Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_btree.h268 struct xfs_trans *bc_tp; /* transaction we're in, if any */ member
686 cur->bc_tp = tp; in xfs_btree_alloc_cursor()
H A Dxfs_refcount.c1121 else if (overhead > cur->bc_tp->t_log_res) in xfs_refcount_still_have_space()
1123 return cur->bc_tp->t_log_res - overhead > in xfs_refcount_still_have_space()
1138 return xfs_free_extent_later(cur->bc_tp, in xrefc_free_extent()
/linux/fs/xfs/
H A Dxfs_fsmap.c416 return xfs_getfsmap_group_helper(info, cur->bc_tp, cur->bc_group, in xfs_getfsmap_rmapbt_helper()
433 return xfs_getfsmap_group_helper(info, cur->bc_tp, cur->bc_group, in xfs_getfsmap_datadev_bnobt_helper()
852 return xfs_getfsmap_group_helper(info, cur->bc_tp, cur->bc_group, in xfs_getfsmap_rtdev_rmapbt_helper()
H A Dxfs_notify_failure.c97 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE, in xfs_dax_failure_fn()
H A Dxfs_verify_media.c58 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, 0, 0, &ip); in xfs_verify_report_data_lost()