Searched refs:attrip (Results 1 – 1 of 1) sorted by relevance
37 struct xfs_attri_log_item *attrip);111 struct xfs_attri_log_item *attrip) in xfs_attri_item_free() argument113 kmem_free(attrip->attri_item.li_lv_shadow); in xfs_attri_item_free()114 xfs_attri_log_nameval_put(attrip->attri_nameval); in xfs_attri_item_free()115 kmem_cache_free(xfs_attri_cache, attrip); in xfs_attri_item_free()127 struct xfs_attri_log_item *attrip) in xfs_attri_release() argument129 ASSERT(atomic_read(&attrip->attri_refcount) > 0); in xfs_attri_release()130 if (!atomic_dec_and_test(&attrip->attri_refcount)) in xfs_attri_release()133 xfs_trans_ail_delete(&attrip->attri_item, 0); in xfs_attri_release()134 xfs_attri_item_free(attrip); in xfs_attri_release()[all …]