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"); in ntfs_attrlist_need()
73 "Failed to truncate attribute list of inode %#llx", in ntfs_attrlist_update()
80 "Failed to truncate attribute list of inode %#llx", in ntfs_attrlist_update()
95 "Failed to write attribute list of inode %#llx", in ntfs_attrlist_update()
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
143 ntfs_debug("Attribute list isn't present.\n"); in ntfs_attrlist_entry_add()
147 /* Determine size and allocate memory for new attribute list. */ in ntfs_attrlist_entry_add()
173 ntfs_debug("Such attribute already present in the attribute list.\n"); in ntfs_attrlist_entry_add()
183 ntfs_debug("Attribute lookup failed.\n"); in ntfs_attrlist_entry_add()
212 /* Copy entries from old attribute list to new. */ in ntfs_attrlist_entry_add()
236 * ntfs_attrlist_entry_rm - remove an attribute list attribute entry
237 * @ctx: attribute search context describing the attribute list entry
239 * Remove the attribute list entry @ctx->al_entry from the attribute list.
267 ntfs_debug("Attribute list isn't present.\n"); in ntfs_attrlist_entry_rm()
271 /* Allocate memory for new attribute list. */ in ntfs_attrlist_entry_rm()
277 /* Copy entries from old attribute list to new. */ in ntfs_attrlist_entry_rm()