Lines Matching defs:filerec
192 struct filerec { struct
193 struct fixuphdr fr_fixup;
194 u_int8_t reserved[8];
195 u_int16_t fr_seqnum; /* Sequence number */
196 u_int16_t fr_nlink;
197 u_int16_t fr_attroff; /* offset to attributes */
198 u_int16_t fr_flags; /* 1-nonresident attr, 2-directory */
199 u_int32_t fr_size;/* hdr + attributes */
200 u_int32_t fr_allocated; /* allocated length of record */
201 u_int64_t fr_mainrec; /* main record */
202 u_int16_t fr_attrnum; /* maximum attr number + 1 ??? */