Searched refs:attrip (Results 1 – 1 of 1) sorted by relevance
132 struct xfs_attri_log_item *attrip) in xfs_attri_item_free() argument134 kvfree(attrip->attri_item.li_lv_shadow); in xfs_attri_item_free()135 xfs_attri_log_nameval_put(attrip->attri_nameval); in xfs_attri_item_free()136 kmem_cache_free(xfs_attri_cache, attrip); in xfs_attri_item_free()148 struct xfs_attri_log_item *attrip) in xfs_attri_release() argument150 ASSERT(atomic_read(&attrip->attri_refcount) > 0); in xfs_attri_release()151 if (!atomic_dec_and_test(&attrip->attri_refcount)) in xfs_attri_release()154 xfs_trans_ail_delete(&attrip->attri_item, 0); in xfs_attri_release()155 xfs_attri_item_free(attrip); in xfs_attri_release()164 struct xfs_attri_log_item *attrip = ATTRI_ITEM(lip); in xfs_attri_item_size() local[all …]