Lines Matching refs:tp
445 args.tp = cur->bc_tp; in xfs_bmbt_alloc_block()
464 args.minleft = xfs_trans_get_block_res(args.tp); in xfs_bmbt_alloc_block()
473 if (!args.wasdel && xfs_trans_get_block_res(args.tp) == 0) { in xfs_bmbt_alloc_block()
504 xfs_trans_log_inode(args.tp, cur->bc_private.b.ip, XFS_ILOG_CORE); in xfs_bmbt_alloc_block()
505 xfs_trans_mod_dquot_byino(args.tp, cur->bc_private.b.ip, in xfs_bmbt_alloc_block()
526 struct xfs_trans *tp = cur->bc_tp; in xfs_bmbt_free_block() local
532 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); in xfs_bmbt_free_block()
533 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L); in xfs_bmbt_free_block()
534 xfs_trans_binval(tp, bp); in xfs_bmbt_free_block()
781 struct xfs_trans *tp, /* transaction pointer */ in xfs_bmbt_init_cursor() argument
790 cur->bc_tp = tp; in xfs_bmbt_init_cursor()
862 struct xfs_trans *tp, in xfs_bmbt_change_owner() argument
871 ASSERT(tp || buffer_list); in xfs_bmbt_change_owner()
872 ASSERT(!(tp && buffer_list)); in xfs_bmbt_change_owner()
878 cur = xfs_bmbt_init_cursor(ip->i_mount, tp, ip, whichfork); in xfs_bmbt_change_owner()