/linux-4.19.296/fs/xfs/ |
D | xfs_trans_inode.c | 147 struct xfs_trans **tpp, in xfs_trans_roll_inode() argument 152 xfs_trans_log_inode(*tpp, ip, XFS_ILOG_CORE); in xfs_trans_roll_inode() 153 error = xfs_trans_roll(tpp); in xfs_trans_roll_inode() 155 xfs_trans_ijoin(*tpp, ip, 0); in xfs_trans_roll_inode()
|
D | xfs_reflink.h | 23 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb, 35 struct xfs_trans **tpp);
|
D | xfs_trans.c | 257 struct xfs_trans **tpp) in xfs_trans_alloc() argument 297 *tpp = tp; in xfs_trans_alloc() 316 struct xfs_trans **tpp) in xfs_trans_alloc_empty() argument 320 return xfs_trans_alloc(mp, &resv, 0, 0, XFS_TRANS_NO_WRITECOUNT, tpp); in xfs_trans_alloc_empty() 1076 struct xfs_trans **tpp) in xfs_trans_roll() argument 1078 struct xfs_trans *trans = *tpp; in xfs_trans_roll() 1090 *tpp = xfs_trans_dup(trans); in xfs_trans_roll() 1112 return xfs_trans_reserve(*tpp, &tres, 0, 0); in xfs_trans_roll()
|
D | xfs_reflink.c | 499 struct xfs_trans **tpp, in xfs_reflink_cancel_cow_blocks() argument 533 ASSERT((*tpp)->t_firstblock == NULLFSBLOCK); in xfs_reflink_cancel_cow_blocks() 536 error = xfs_refcount_free_cow_extent(*tpp, in xfs_reflink_cancel_cow_blocks() 541 xfs_bmap_add_free(*tpp, del.br_startblock, in xfs_reflink_cancel_cow_blocks() 545 error = xfs_defer_finish(tpp); in xfs_reflink_cancel_cow_blocks() 1628 struct xfs_trans **tpp) in xfs_reflink_clear_inode_flag() argument 1635 error = xfs_reflink_inode_has_shared_extents(*tpp, ip, &needs_flag); in xfs_reflink_clear_inode_flag() 1643 error = xfs_reflink_cancel_cow_blocks(ip, tpp, 0, NULLFILEOFF, true); in xfs_reflink_clear_inode_flag() 1651 xfs_trans_log_inode(*tpp, ip, XFS_ILOG_CORE); in xfs_reflink_clear_inode_flag()
|
D | xfs_trans.h | 160 struct xfs_trans **tpp); 162 struct xfs_trans **tpp);
|
D | xfs_dquot.c | 285 struct xfs_trans **tpp, in xfs_dquot_disk_alloc() argument 290 struct xfs_trans *tp = *tpp; in xfs_dquot_disk_alloc() 363 error = xfs_defer_finish(tpp); in xfs_dquot_disk_alloc() 365 xfs_trans_bhold_release(*tpp, bp); in xfs_dquot_disk_alloc() 366 xfs_trans_brelse(*tpp, bp); in xfs_dquot_disk_alloc()
|
D | xfs_inode.h | 447 struct xfs_trans **tpp, in xfs_itruncate_extents() argument 452 return xfs_itruncate_extents_flags(tpp, ip, whichfork, new_size, 0); in xfs_itruncate_extents()
|
D | xfs_bmap_util.c | 1524 struct xfs_trans **tpp, in xfs_swap_extent_rmap() argument 1528 struct xfs_trans *tp = *tpp; in xfs_swap_extent_rmap() 1611 error = xfs_defer_finish(tpp); in xfs_swap_extent_rmap() 1612 tp = *tpp; in xfs_swap_extent_rmap() 1747 struct xfs_trans **tpp, in xfs_swap_change_owner() argument 1752 struct xfs_trans *tp = *tpp; in xfs_swap_change_owner() 1761 error = xfs_trans_roll(tpp); in xfs_swap_change_owner() 1764 tp = *tpp; in xfs_swap_change_owner()
|
D | xfs_inode.c | 967 xfs_trans_t **tpp, /* input: current transaction; in xfs_dir_ialloc() argument 985 tp = *tpp; in xfs_dir_ialloc() 1062 *tpp = tp; in xfs_dir_ialloc() 1081 *tpp = tp; in xfs_dir_ialloc() 1090 *tpp = tp; in xfs_dir_ialloc() 1518 struct xfs_trans **tpp, in xfs_itruncate_extents_flags() argument 1525 struct xfs_trans *tp = *tpp; in xfs_itruncate_extents_flags() 1600 *tpp = tp; in xfs_itruncate_extents_flags()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_defer.c | 223 struct xfs_trans **tpp) in xfs_defer_trans_roll() argument 225 struct xfs_trans *tp = *tpp; in xfs_defer_trans_roll() 276 error = xfs_trans_roll(tpp); in xfs_defer_trans_roll() 277 tp = *tpp; in xfs_defer_trans_roll()
|
D | xfs_bmap_btree.c | 44 __be64 *tpp; in xfs_bmdr_to_bmbt() local 56 tpp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, rblocklen); in xfs_bmdr_to_bmbt() 59 memcpy(tpp, fpp, sizeof(*fpp) * dmxr); in xfs_bmdr_to_bmbt() 140 __be64 *tpp; in xfs_bmbt_to_bmdr() local 159 tpp = XFS_BMDR_PTR_ADDR(dblock, 1, dmxr); in xfs_bmbt_to_bmdr() 162 memcpy(tpp, fpp, sizeof(*fpp) * dmxr); in xfs_bmbt_to_bmdr()
|