Lines Matching refs:data

72 	sle64 mft_lcn;			/* Cluster location of mft data. */
166 * transfer has occurred when the data was written.
197 in data attribute. If cluster size > 4kiB,
200 FILE_LogFile = 2, /* Journalling log in data attribute. */
205 FILE_AttrDef = 4, /* Array of attribute definitions in data
209 data attribute. */
210 FILE_Boot = 7, /* Boot sector (always at cluster 0) in data
213 data attribute. */
214 FILE_Secure = 9, /* Shared security descriptors in data attribute
219 characters in data attribute. */
274 * of 2, thus making more space available for more files/data. This process is
374 * multi sector transfer protection wouldn't work. As you can't protect data
376 * When reading we obviously use the data from the ntfs record header.
440 * multi sector transfer protection wouldn't work. As you can't protect data
442 * When reading we obviously use the data from the ntfs record header.
449 * by the attribute definitions present in the data attribute of the $AttrDef
566 * The data attribute of FILE_AttrDef contains a sequence of attribute
605 * Only the data attribute is ever compressed in the current ntfs driver in
606 * Windows. Further, compression is only applied when the data attribute is
618 * 1) The data in the block is all zero (a sparse block):
627 * 2) The data in the block is not compressed:
630 * compressed data still occupies X clusters, then the uncompressed data
637 * 3) The data in the block is compressed:
658 * sparse entry does not follow the first data containing entry with
662 * just the right amount of data to make up a compression block, thus this data
773 } __attribute__ ((__packed__)) data;
858 /* 8*/ sle64 last_data_change_time; /* Time the data attribute was last
910 Translate via $SII index and $SDS data stream
1046 /* 10*/ sle64 last_data_change_time; /* Time the data attribute was last
1053 for the unnamed data attribute. So
1064 /* 30*/ sle64 data_size; /* Byte size of actual data in unnamed
1065 data attribute. For a directory or
1110 * mft_record numbers as the index entry data parts. The data part (defined
1405 * data depends on the ACE type.
1423 /* Right to read data from the file. (FILE) */
1428 /* Right to write data to the file. (FILE) */
1433 /* Right to append data to the file. (FILE) */
1787 * FILE_Secure contains no unnamed data attribute, i.e. it has zero length. It
1788 * does, however, contain two indexes ($SDH and $SII) as well as a named data
1795 * data attribute. The $SII index is sorted by ascending security_id.
1799 * the security descriptor's storage location within the $SDS data attribute.
1802 * new security descriptor is already present in the $SDS data stream), if a
1814 * security_id and is added to the $SDS data attribute. Then, entries
1815 * referencing the this security descriptor in the $SDS data attribute are
1823 * This header precedes each security descriptor in the $SDS data stream.
1824 * This is also the index entry data part of both the $SII and $SDH indexes.
1834 * The $SDS data stream contains the security descriptors, aligned on 16-byte
1842 * $SDS data stream and the second copy will be at offset 0x451d0.
1930 u8 data[0]; /* The file's data contents. */
2058 * multi sector transfer protection wouldn't work. As you can't protect data
2060 * When reading use the data from the ntfs record header.
2069 * below. Note, that there is no index data associated with the index entries.
2126 * The $O index entry data is the user_id of the user corresponding to the SID.
2130 * The $Q index entry data is the quota control entry and is defined below.
2191 struct { /* Used for views/indexes to find the entry's data. */
2198 } __attribute__ ((__packed__)) data;
2226 struct { /* Used for views/indexes to find the entry's data. */
2233 } __attribute__ ((__packed__)) data;
2252 the data part of the index. */
2259 control entry in the data part of
2262 /* The (optional) index data is inserted here when creating. */
2267 // vcn references the corresponding cluster in the data
2304 * bit 30: High-latency bit. If set, accessing the first byte of data will
2305 * be slow. (E.g. the data is stored on a tape drive.)
2341 le16 reparse_data_length; /* Byte size of reparse data. */