Lines Matching defs:x18
208 __le16 sct_per_track; // 0x18: number of sectors per track.
278 __le32 used; // 0x18: The size of used part.
335 }; // sizeof() = 0x18
339 __le64 evcn; // 0x18: End VCN of this segment.
387 #define SIZEOF_RESIDENT 0x18
391 #define SIZEOF_RESIDENT_LE cpu_to_le16(0x18)
485 __le64 a_time; // 0x18: File last access time.
501 __le64 a_time; // 0x18: File last access time.
525 __le16 id; // 0x18: struct ATTRIB ID.
563 __le64 a_time; // 0x18: File last access time.
760 struct INDEX_HDR ihdr; // 0x18:
897 __le32 Flags; // 0x18: Quota flags, see above
945 struct SECURITY_HDR sec_hdr; // 0x18: Data
1003 static_assert(sizeof(struct REPARSE_POINT) == 0x18);