Lines Matching full:attribute
35 s64 initialized_size; /* Copy from the attribute record. */
36 s64 allocated_size; /* Copy from the attribute record. */
44 * If NInoAttr() is true, the below fields describe the attribute which
45 * this fake inode belongs to. The actual inode of this attribute is
52 ATTR_TYPE type; /* Attribute type of this fake inode. */
53 ntfschar *name; /* Attribute name of this fake inode. */
54 u32 name_len; /* Attribute name length of this fake inode. */
56 the runlist of the unnamed data attribute
58 attribute (directory) or of the attribute
62 NI_NonResident is clear, the attribute is
64 no $I30 index allocation attribute
80 * Attribute list support (only for use by the attribute lookup
81 * functions). Setup during read_inode for all inodes with attribute
85 u32 attr_list_size; /* Length of attribute list value in bytes. */
86 u8 *attr_list; /* Attribute list value itself. */
87 runlist attr_list_rl; /* Run list for the attribute list value. */
98 struct { /* It is a compressed/sparse file/attribute inode. */
111 inodes describing an attribute this is -1. */
122 the attribute belongs. */
132 NI_AttrList, /* 1: Mft record contains an attribute list. */
133 NI_AttrListNonResident, /* 1: Attribute list is non-resident. Implies
136 NI_Attr, /* 1: Fake inode for attribute i/o.
139 NI_MstProtected, /* 1: Attribute is protected by MST fixups.
140 0: Attribute is not protected by fixups. */
142 1: Attribute is non-resident (a). */
147 1: Attribute is compressed (a). */
150 1: Attribute is encrypted (a). */
153 1: Attribute is sparse (a). */
237 * ntfs_attr - ntfs in memory attribute structure
238 * @mft_no: mft record number of the base mft record of this attribute
239 * @name: Unicode name of the attribute (NULL if unnamed)
241 * @type: attribute type (see layout.h)