Searched refs:attrip (Results 1 – 1 of 1) sorted by relevance
136 struct xfs_attri_log_item *attrip) in xfs_attri_item_free() argument138 kvfree(attrip->attri_item.li_lv_shadow); in xfs_attri_item_free()139 xfs_attri_log_nameval_put(attrip->attri_nameval); in xfs_attri_item_free()140 kmem_cache_free(xfs_attri_cache, attrip); in xfs_attri_item_free()152 struct xfs_attri_log_item *attrip) in xfs_attri_release() argument154 ASSERT(atomic_read(&attrip->attri_refcount) > 0); in xfs_attri_release()155 if (!atomic_dec_and_test(&attrip->attri_refcount)) in xfs_attri_release()158 xfs_trans_ail_delete(&attrip->attri_item, 0); in xfs_attri_release()159 xfs_attri_item_free(attrip); in xfs_attri_release()168 struct xfs_attri_log_item *attrip = ATTRI_ITEM(lip); in xfs_attri_item_size() local[all …]