Home
last modified time | relevance | path

Searched refs:tpp (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_trans_inode.c147 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()
Dxfs_reflink.h23 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb,
35 struct xfs_trans **tpp);
Dxfs_trans.c257 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()
Dxfs_reflink.c499 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()
Dxfs_trans.h160 struct xfs_trans **tpp);
162 struct xfs_trans **tpp);
Dxfs_dquot.c285 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()
Dxfs_inode.h447 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()
Dxfs_bmap_util.c1524 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()
Dxfs_inode.c967 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/
Dxfs_defer.c223 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()
Dxfs_bmap_btree.c44 __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()