• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/

Lines Matching refs:le16

52 	le16 bytes_per_sector;		/* Size of a sector in bytes. */
54 le16 reserved_sectors; /* zero */
56 le16 root_entries; /* zero */
57 le16 sectors; /* zero */
59 le16 sectors_per_fat; /* zero */
60 le16 sectors_per_track; /* irrelevant */
61 le16 heads; /* irrelevant */
95 le16 end_of_sector_marker; /* End of bootsector magic. Always is
173 * The Update Sequence Array (usa) is an array of the le16 values which belong
178 * last le16's of each sector have to be equal to the usn (during reading) or
183 * The 510 bytes comes from the fact that the last le16 in the array has to
184 * (obviously) finish before the last le16 of the first 512-byte sector.
191 le16 usa_ofs; /* Offset to the Update Sequence Array (usa)
193 le16 usa_count; /* Number of le16 sized entries in the usa
254 typedef le16 MFT_RECORD_FLAGS;
294 le16 usa_ofs; /* See NTFS_RECORD definition above. */
295 le16 usa_count; /* See NTFS_RECORD definition above. */
299 /* 16*/ le16 sequence_number; /* Number of times this mft record has been
304 /* 18*/ le16 link_count;
305 /* 20*/ le16 attrs_offset; /* Byte offset to the first attribute in this
328 /* 40*/ le16 next_attr_instance;/* The instance number that will be assigned to
335 /* 42*/ le16 reserved; /* Reserved/alignment. */
354 le16 usa_ofs; /* See NTFS_RECORD definition above. */
355 le16 usa_count; /* See NTFS_RECORD definition above. */
359 /* 16*/ le16 sequence_number; /* Number of times this mft record has been
364 /* 18*/ le16 link_count;
365 /* 20*/ le16 attrs_offset; /* Byte offset to the first attribute in this
388 /* 40*/ le16 next_attr_instance;/* The instance number that will be assigned to
551 typedef le16 ATTR_FLAGS;
644 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the
654 /* 14*/ le16 instance; /* The instance of this attribute record. This
662 /* 20 */ le16 value_offset;/* Byte offset of the attribute
686 /* 32*/ le16 mapping_pairs_offset; /* Byte offset from the
912 /* 4*/ le16 length; /* Byte size of this entry (8-byte aligned). */
933 /* 24*/ le16 instance; /* If lowest_vcn = 0, the instance of the
1022 /* 3c*/ le16 packed_ea_size; /* Size of the buffer needed to
1025 /* 3e*/ le16 reserved; /* Reserved for alignment. */
1051 le16 data2; /* The first group of four hexadecimal digits. */
1052 le16 data3; /* The second group of four hexadecimal digits. */
1362 /* 2*/ le16 size; /* Size in bytes of the ACE. */
1516 le16 size; /* Size in bytes of the ACE. */
1537 le16 size; /* Size in bytes of the ACE. */
1560 le16 size; /* Allocated space in bytes for ACL. Includes this
1562 le16 ace_count; /* Number of ACEs in the ACL. */
1563 le16 alignment2;
1648 typedef le16 SECURITY_DESCRIPTOR_CONTROL;
1850 typedef le16 VOLUME_FLAGS;
1986 le16 usa_ofs; /* See NTFS_RECORD definition. */
1987 le16 usa_count; /* See NTFS_RECORD definition. */
2114 typedef le16 INDEX_ENTRY_FLAGS;
2128 le16 data_offset; /* Data byte offset from this
2131 le16 data_length; /* Data length in bytes. */
2135 /* 8*/ le16 length; /* Byte size of this index entry, multiple of
2137 /* 10*/ le16 key_length; /* Byte size of the key value, which is in the
2141 /* 14*/ le16 reserved; /* Reserved/align to 8-byte boundary. */
2163 le16 data_offset; /* Data byte offset from this
2166 le16 data_length; /* Data length in bytes. */
2170 le16 length; /* Byte size of this index entry, multiple of
2172 le16 key_length; /* Byte size of the key value, which is in the
2176 le16 reserved; /* Reserved/align to 8-byte boundary. */
2277 le16 reparse_data_length; /* Byte size of reparse data. */
2278 le16 reserved; /* Align to 8-byte boundary. */
2288 le16 ea_length; /* Byte size of the packed extended
2290 le16 need_ea_count; /* The number of extended attributes which have
2323 le16 ea_value_length; /* Byte size of the EA's value. */