Lines Matching refs:le16

62 	le16 bytes_per_sector;	/* Size of a sector in bytes. */
64 le16 reserved_sectors; /* zero */
66 le16 root_entries; /* zero */
67 le16 sectors; /* zero */
69 le16 sectors_per_fat; /* zero */
70 le16 sectors_per_track; /* Required to boot Windows. */
71 le16 heads; /* Required to boot Windows. */
106 le16 end_of_sector_marker; /* End of bootsector magic. Always is
184 * The Update Sequence Array (usa) is an array of the le16 values which belong
189 * last le16's of each sector have to be equal to the usn (during reading) or
194 * The 510 bytes comes from the fact that the last le16 in the array has to
195 * (obviously) finish before the last le16 of the first 512-byte sector.
202 le16 usa_ofs; /* Offset to the Update Sequence Array (usa)
204 le16 usa_count; /* Number of le16 sized entries in the usa
279 typedef le16 MFT_RECORD_FLAGS;
340 le16 usa_ofs; /* See NTFS_RECORD definition above. */
341 le16 usa_count; /* See NTFS_RECORD definition above. */
345 /* 16*/ le16 sequence_number; /* Number of times this mft record has been
350 /* 18*/ le16 link_count; /* Number of hard links, i.e. the number of
360 /* 20*/ le16 attrs_offset; /* Byte offset to the first attribute in this
383 /* 40*/ le16 next_attr_instance;/* The instance number that will be assigned to
390 /* 42*/ le16 reserved; /* Reserved/alignment. */
409 le16 usa_ofs; /* See NTFS_RECORD definition above. */
410 le16 usa_count; /* See NTFS_RECORD definition above. */
414 /* 16*/ le16 sequence_number; /* Number of times this mft record has been
419 /* 18*/ le16 link_count; /* Number of hard links, i.e. the number of
429 /* 20*/ le16 attrs_offset; /* Byte offset to the first attribute in this
452 /* 40*/ le16 next_attr_instance;/* The instance number that will be assigned to
624 typedef le16 ATTR_FLAGS;
717 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the
727 /* 14*/ le16 instance; /* The instance of this attribute record. This
735 /* 20 */ le16 value_offset;/* Byte offset of the attribute
758 /* 32*/ le16 mapping_pairs_offset; /* Byte offset from the
992 /* 4*/ le16 length; /* Byte size of this entry (8-byte aligned). */
1013 /* 24*/ le16 instance; /* If lowest_vcn = 0, the instance of the
1086 /* 3c*/ le16 packed_ea_size; /* Size of the buffer needed to
1089 /* 3e*/ le16 reserved; /* Reserved for alignment. */
1119 le16 data2; /* The first group of four hexadecimal digits. */
1120 le16 data3; /* The second group of four hexadecimal digits. */
1430 /* 2*/ le16 size; /* Size in bytes of the ACE. */
1590 le16 size; /* Size in bytes of the ACE. */
1611 le16 size; /* Size in bytes of the ACE. */
1634 le16 size; /* Allocated space in bytes for ACL. Includes this
1636 le16 ace_count; /* Number of ACEs in the ACL. */
1637 le16 alignment2;
1722 typedef le16 SECURITY_DESCRIPTOR_CONTROL;
1946 typedef le16 VOLUME_FLAGS;
2082 le16 usa_ofs; /* See NTFS_RECORD definition. */
2083 le16 usa_count; /* See NTFS_RECORD definition. */
2219 typedef le16 INDEX_ENTRY_FLAGS;
2231 le16 data_offset; /* Data byte offset from this
2234 le16 data_length; /* Data length in bytes. */
2238 /* 8*/ le16 length; /* Byte size of this index entry, multiple of
2240 /* 10*/ le16 key_length; /* Byte size of the key value, which is in the
2244 /* 14*/ le16 reserved; /* Reserved/align to 8-byte boundary. */
2264 le16 data_offset; /* Data byte offset from this
2267 le16 data_length; /* Data length in bytes. */
2271 le16 length; /* Byte size of this index entry, multiple of
2273 le16 key_length; /* Byte size of the key value, which is in the
2277 le16 reserved; /* Reserved/align to 8-byte boundary. */
2378 le16 reparse_data_length; /* Byte size of reparse data. */
2379 le16 reserved; /* Align to 8-byte boundary. */
2389 le16 ea_length; /* Byte size of the packed extended
2391 le16 need_ea_count; /* The number of extended attributes which have
2424 le16 ea_value_length; /* Byte size of the EA's value. */