Lines Matching full:attribute
49 s64 initialized_size; /* Copy from the attribute record. */
50 s64 allocated_size; /* Copy from the attribute record. */
58 * If NInoAttr() is true, the below fields describe the attribute which
59 * this fake inode belongs to. The actual inode of this attribute is
66 ATTR_TYPE type; /* Attribute type of this fake inode. */
67 ntfschar *name; /* Attribute name of this fake inode. */
68 u32 name_len; /* Attribute name length of this fake inode. */
70 the runlist of the unnamed data attribute
72 attribute (directory) or of the attribute
76 NI_NonResident is clear, the attribute is
78 no $I30 index allocation attribute
94 * Attribute list support (only for use by the attribute lookup
95 * functions). Setup during read_inode for all inodes with attribute
99 u32 attr_list_size; /* Length of attribute list value in bytes. */
100 u8 *attr_list; /* Attribute list value itself. */
101 runlist attr_list_rl; /* Run list for the attribute list value. */
112 struct { /* It is a compressed/sparse file/attribute inode. */
125 inodes describing an attribute this is -1. */
136 the attribute belongs. */
146 NI_AttrList, /* 1: Mft record contains an attribute list. */
147 NI_AttrListNonResident, /* 1: Attribute list is non-resident. Implies
150 NI_Attr, /* 1: Fake inode for attribute i/o.
153 NI_MstProtected, /* 1: Attribute is protected by MST fixups.
154 0: Attribute is not protected by fixups. */
156 1: Attribute is non-resident (a). */
161 1: Attribute is compressed (a). */
164 1: Attribute is encrypted (a). */
167 1: Attribute is sparse (a). */
251 * ntfs_attr - ntfs in memory attribute structure
252 * @mft_no: mft record number of the base mft record of this attribute
253 * @name: Unicode name of the attribute (NULL if unnamed)
255 * @type: attribute type (see layout.h)