Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/ntfs/
H A Dntfs.h192 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 */
[all …]