Home
last modified time | relevance | path

Searched refs:cud_item (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_refcount_item.c160 return container_of(lip, struct xfs_cud_log_item, cud_item); in CUD_ITEM()
225 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD, in xfs_trans_get_cud()
230 xfs_trans_add_item(tp, &cudp->cud_item); in xfs_trans_get_cud()
263 set_bit(XFS_LI_DIRTY, &cudp->cud_item.li_flags); in xfs_trans_log_finish_refcount_update()
358 return &xfs_trans_get_cud(tp, CUI_ITEM(intent))->cud_item; in xfs_refcount_update_create_done()
579 set_bit(XFS_LI_DIRTY, &cudp->cud_item.li_flags); in xfs_cui_item_relog()
Dxfs_refcount_item.h66 struct xfs_log_item cud_item; member