Searched refs:tpp (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/ |
D | xfs_dquot.c | 299 xfs_trans_t **tpp, in xfs_qm_dqalloc() argument 311 xfs_trans_t *tp = *tpp; in xfs_qm_dqalloc() 382 if ((error = xfs_bmap_finish(tpp, &flist, &committed))) { in xfs_qm_dqalloc() 387 tp = *tpp; in xfs_qm_dqalloc() 457 xfs_trans_t **tpp, in xfs_qm_dqtobp() argument 469 struct xfs_trans *tp = (tpp ? *tpp : NULL); in xfs_qm_dqtobp() 512 error = xfs_qm_dqalloc(tpp, mp, dqp, quotip, in xfs_qm_dqtobp() 516 tp = *tpp; in xfs_qm_dqtobp()
|
D | xfs_trans.c | 1023 struct xfs_trans **tpp, in __xfs_trans_roll() argument 1034 trans = *tpp; in __xfs_trans_roll() 1043 *tpp = xfs_trans_dup(trans); in __xfs_trans_roll() 1057 trans = *tpp; in __xfs_trans_roll() 1082 struct xfs_trans **tpp, in xfs_trans_roll() argument 1086 return __xfs_trans_roll(tpp, dp, &committed); in xfs_trans_roll()
|
D | xfs_inode.c | 944 xfs_trans_t **tpp, /* input: current transaction; in xfs_dir_ialloc() argument 965 tp = *tpp; in xfs_dir_ialloc() 1044 *tpp = tp; in xfs_dir_ialloc() 1063 *tpp = tp; in xfs_dir_ialloc() 1075 *tpp = tp; in xfs_dir_ialloc() 1546 struct xfs_trans **tpp, in xfs_itruncate_extents() argument 1552 struct xfs_trans *tp = *tpp; in xfs_itruncate_extents() 1624 *tpp = tp; in xfs_itruncate_extents()
|
/fs/xfs/libxfs/ |
D | xfs_bmap_btree.c | 70 __be64 *tpp; in xfs_bmdr_to_bmbt() local 88 tpp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, rblocklen); in xfs_bmdr_to_bmbt() 91 memcpy(tpp, fpp, sizeof(*fpp) * dmxr); in xfs_bmdr_to_bmbt() 348 __be64 *tpp; in xfs_bmbt_to_bmdr() local 367 tpp = XFS_BMDR_PTR_ADDR(dblock, 1, dmxr); in xfs_bmbt_to_bmdr() 370 memcpy(tpp, fpp, sizeof(*fpp) * dmxr); in xfs_bmbt_to_bmdr()
|