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