Lines Matching refs:bc_tp

487 		xfs_trans_binval(cur->bc_tp, bp);  in xfs_btree_free_block()
512 xfs_trans_brelse(cur->bc_tp, cur->bc_levels[i].bp); in xfs_btree_del_cursor()
573 struct xfs_trans *tp = cur->bc_tp; in xfs_btree_dup_cursor()
1141 xfs_trans_brelse(cur->bc_tp, cur->bc_levels[lev].bp); in xfs_btree_setbuf()
1376 error = xfs_trans_get_buf(cur->bc_tp, xfs_btree_buftarg(cur), d, in xfs_btree_get_buf_block()
1408 error = xfs_trans_read_buf(mp, cur->bc_tp, xfs_btree_buftarg(cur), d, in xfs_btree_read_buf_block()
1532 xfs_trans_buf_set_type(cur->bc_tp, bp, XFS_BLFT_BTREE_BUF); in xfs_btree_log_keys()
1533 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_keys()
1537 xfs_trans_log_inode(cur->bc_tp, cur->bc_ino.ip, in xfs_btree_log_keys()
1553 xfs_trans_buf_set_type(cur->bc_tp, bp, XFS_BLFT_BTREE_BUF); in xfs_btree_log_recs()
1554 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_recs()
1575 xfs_trans_buf_set_type(cur->bc_tp, bp, XFS_BLFT_BTREE_BUF); in xfs_btree_log_ptrs()
1576 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_ptrs()
1580 xfs_trans_log_inode(cur->bc_tp, cur->bc_ino.ip, in xfs_btree_log_ptrs()
1646 xfs_trans_buf_set_type(cur->bc_tp, bp, XFS_BLFT_BTREE_BUF); in xfs_btree_log_block()
1647 xfs_trans_log_buf(cur->bc_tp, bp, first, last); in xfs_btree_log_block()
1649 xfs_trans_log_inode(cur->bc_tp, cur->bc_ino.ip, in xfs_btree_log_block()
1931 xfs_trans_brelse(cur->bc_tp, bp); in xfs_btree_lookup_get_block()
3025 xfs_trans_set_context(args->cur->bc_tp); in xfs_btree_split_worker()
3030 xfs_trans_clear_context(args->cur->bc_tp); in xfs_btree_split_worker()
3072 cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_btree_split()
3372 xfs_trans_log_inode(cur->bc_tp, ip, logflags); in xfs_btree_make_block_unfull()
3791 xfs_trans_log_inode(cur->bc_tp, ip, in xfs_btree_kill_iroot()
4623 if (cur->bc_tp) { in xfs_btree_block_change_owner()
4624 if (!xfs_trans_ordered_buf(cur->bc_tp, bp)) { in xfs_btree_block_change_owner()
5079 xfs_trans_brelse(cur->bc_tp, in xfs_btree_overlapped_query_range()