• 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:le32

62 	le32 hidden_sectors;		/* zero */
63 le32 large_sectors; /* zero */
93 le32 checksum; /* Boot sector checksum. */
127 typedef le32 NTFS_RECORD_TYPE;
134 static inline bool __ntfs_is_magic(le32 x, NTFS_RECORD_TYPE r)
140 static inline bool __ntfs_is_magicp(le32 *p, NTFS_RECORD_TYPE r)
311 /* 24*/ le32 bytes_in_use; /* Number of bytes used in this mft record.
313 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft
336 /* 44*/ le32 mft_record_number; /* Number of this mft record. */
371 /* 24*/ le32 bytes_in_use; /* Number of bytes used in this mft record.
373 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft
436 typedef le32 ATTR_TYPE;
453 * COLLATION_NTOFS_ULONG - Sorting is done according to ascending le32 key
455 * security_id (le32).
462 * le32 key values. E.g. used for $O index in FILE_Extend/$ObjId, which
464 * le32 values and using them as individual keys. E.g. take the following
468 * To compare them, they are split into four le32 values each, like so:
472 * first le32 value of the 1st object_id is less than the first le32 of
473 * the 2nd object_id. If the first le32 values of both object_ids were
474 * equal then the second le32 values would be compared, etc.
486 typedef le32 COLLATION_RULE;
515 typedef le32 ATTR_DEF_FLAGS;
531 /* 84*/ le32 display_rule;
637 /* 4*/ le32 length; /* Byte size of the resident part of the
661 /* 16 */ le32 value_length;/* Byte size of attribute value. */
786 typedef le32 FILE_ATTR_FLAGS;
850 /* 36*/ le32 maximum_versions; /* Maximum allowed versions for
852 /* 40*/ le32 version_number; /* This file's version (if any).
854 /* 44*/ le32 class_id; /* Class id from bidirectional
856 /* 48*/ le32 owner_id; /* Owner_id of the user owning
860 /* 52*/ le32 security_id; /* Security_id for the file.
1028 /* 3c*/ le32 reparse_point_tag; /* Type of reparse point,
1050 le32 data1; /* The first eight hexadecimal digits of the GUID. */
1278 le32 sub_authority[1]; /* At least one sub_authority. */
1496 typedef le32 ACCESS_MASK;
1531 typedef le32 OBJECT_ACE_FLAGS;
1659 le32 owner; /* Byte offset to a SID representing an object's
1662 le32 group; /* Byte offset to a SID representing an object's
1665 le32 sacl; /* Byte offset to a system ACL. Only valid, if
1669 le32 dacl; /* Byte offset to a discretionary ACL. Only valid, if
1772 le32 hash; /* Hash of the security descriptor. */
1773 le32 security_id; /* The security_id assigned to the descriptor. */
1775 le32 length; /* Size in bytes of this entry in $SDS stream. */
1793 le32 hash; /* Hash of the security descriptor. */
1794 le32 security_id; /* The security_id assigned to the descriptor. */
1796 le32 length; /* Size in bytes of this entry in $SDS stream. */
1806 le32 security_id; /* The security_id assigned to the descriptor. */
1815 le32 hash; /* Hash of the security descriptor. */
1816 le32 security_id; /* The security_id assigned to the descriptor. */
1914 le32 entries_offset; /* Byte offset to first INDEX_ENTRY
1916 le32 index_length; /* Data size of the index in bytes,
1919 le32 allocated_size; /* Byte size of this index (block),
1959 le32 index_block_size; /* Size of each index block in bytes (in
2012 le32 reparse_tag; /* Reparse point type (inc. flags). */
2045 typedef le32 QUOTA_FLAGS;
2069 le32 version; /* Currently equals 2. */
2132 le32 reservedV; /* Reserved (zero). */
2167 le32 reservedV; /* Reserved (zero). */
2193 le32 owner_id; /* $Q index in FILE_Extend/$Quota:
2276 le32 reparse_tag; /* Reparse point type (inc. flags). */
2292 le32 ea_query_length; /* Byte size of the buffer required to query
2319 le32 next_entry_offset; /* Offset to the next EA_ATTR. */