Searched refs:cud_item (Results 1 – 2 of 2) sorted by relevance
162 return container_of(lip, struct xfs_cud_log_item, cud_item); in CUD_ITEM()209 kmem_free(cudp->cud_item.li_lv_shadow); in xfs_cud_item_release()237 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD, in xfs_trans_get_cud()242 xfs_trans_add_item(tp, &cudp->cud_item); in xfs_trans_get_cud()275 set_bit(XFS_LI_DIRTY, &cudp->cud_item.li_flags); in xfs_trans_log_finish_refcount_update()370 return &xfs_trans_get_cud(tp, CUI_ITEM(intent))->cud_item; in xfs_refcount_update_create_done()607 set_bit(XFS_LI_DIRTY, &cudp->cud_item.li_flags); in xfs_cui_item_relog()
66 struct xfs_log_item cud_item; member