Lines Matching refs:tp
444 args.tp = cur->bc_tp; in xfs_bmbt_alloc_block()
463 args.minleft = xfs_trans_get_block_res(args.tp); in xfs_bmbt_alloc_block()
472 if (!args.wasdel && xfs_trans_get_block_res(args.tp) == 0) { in xfs_bmbt_alloc_block()
503 xfs_trans_log_inode(args.tp, cur->bc_private.b.ip, XFS_ILOG_CORE); in xfs_bmbt_alloc_block()
504 xfs_trans_mod_dquot_byino(args.tp, cur->bc_private.b.ip, in xfs_bmbt_alloc_block()
525 struct xfs_trans *tp = cur->bc_tp; in xfs_bmbt_free_block() local
531 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); in xfs_bmbt_free_block()
532 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L); in xfs_bmbt_free_block()
533 xfs_trans_binval(tp, bp); in xfs_bmbt_free_block()
779 struct xfs_trans *tp, /* transaction pointer */ in xfs_bmbt_init_cursor() argument
788 cur->bc_tp = tp; in xfs_bmbt_init_cursor()
860 struct xfs_trans *tp, in xfs_bmbt_change_owner() argument
869 ASSERT(tp || buffer_list); in xfs_bmbt_change_owner()
870 ASSERT(!(tp && buffer_list)); in xfs_bmbt_change_owner()
876 cur = xfs_bmbt_init_cursor(ip->i_mount, tp, ip, whichfork); in xfs_bmbt_change_owner()