Lines Matching full:attribute
3 * Attribute list attribute handling code.
17 * ntfs_attrlist_need - check whether inode need attribute list
21 * attribute list is not needed.
23 * Return 1 if inode need attribute list, 0 if not, or -errno on error.
36 ntfs_debug("Inode haven't got attribute list.\n");
73 "Failed to truncate attribute list of inode %#llx",
80 "Failed to truncate attribute list of inode %#llx",
95 "Failed to write attribute list of inode %#llx",
106 * ntfs_attrlist_entry_add - add an attribute list attribute entry
107 * @ni: opened ntfs inode, which contains that attribute
108 * @attr: attribute record to add to attribute list
144 ntfs_debug("Attribute list isn't present.\n");
148 /* Determine size and allocate memory for new attribute list. */
178 ntfs_debug("Such attribute already present in the attribute list.\n");
188 ntfs_debug("Attribute lookup failed.\n");
217 /* Copy entries from old attribute list to new. */
241 * ntfs_attrlist_entry_rm - remove an attribute list attribute entry
242 * @ctx: attribute search context describing the attribute list entry
244 * Remove the attribute list entry @ctx->al_entry from the attribute list.
272 ntfs_debug("Attribute list isn't present.\n");
276 /* Allocate memory for new attribute list. */
282 /* Copy entries from old attribute list to new. */