Searched refs:bc_tp (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_btree.h | 268 struct xfs_trans *bc_tp; /* transaction we're in, if any */ member 686 cur->bc_tp = tp; in xfs_btree_alloc_cursor()
|
| H A D | xfs_refcount.c | 1121 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 D | xfs_fsmap.c | 416 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 D | xfs_notify_failure.c | 97 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE, in xfs_dax_failure_fn()
|
| H A D | xfs_verify_media.c | 58 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, 0, 0, &ip); in xfs_verify_report_data_lost()
|