Home
last modified time | relevance | path

Searched defs:filerec (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/vfs/ntfs/
H A Dntfs.h190 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 */
[all …]