Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_icreate_item.c27 return container_of(lip, struct xfs_icreate_item, ic_item); in ICR_ITEM()
66 kmem_free(ICR_ITEM(lip)->ic_item.li_lv_shadow); in xfs_icreate_item_release()
103 xfs_log_item_init(tp->t_mountp, &icp->ic_item, XFS_LI_ICREATE, in xfs_icreate_log()
115 xfs_trans_add_item(tp, &icp->ic_item); in xfs_icreate_log()
117 set_bit(XFS_LI_DIRTY, &icp->ic_item.li_flags); in xfs_icreate_log()
H A Dxfs_icreate_item.h11 struct xfs_log_item ic_item; member