Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_icreate_item.c63 struct xfs_icreate_item *icp = ICR_ITEM(lip); in xfs_icreate_item_format() local
67 &icp->ic_format, in xfs_icreate_item_format()
92 struct xfs_icreate_item *icp = ICR_ITEM(lip); in xfs_icreate_item_unlock() local
94 if (icp->ic_item.li_flags & XFS_LI_ABORTED) in xfs_icreate_item_unlock()
95 kmem_zone_free(xfs_icreate_zone, icp); in xfs_icreate_item_unlock()
109 struct xfs_icreate_item *icp = ICR_ITEM(lip); in xfs_icreate_item_committed() local
111 kmem_zone_free(xfs_icreate_zone, icp); in xfs_icreate_item_committed()
169 struct xfs_icreate_item *icp; in xfs_icreate_log() local
171 icp = kmem_zone_zalloc(xfs_icreate_zone, KM_SLEEP); in xfs_icreate_log()
173 xfs_log_item_init(tp->t_mountp, &icp->ic_item, XFS_LI_ICREATE, in xfs_icreate_log()
[all …]