Lines Matching refs:tpp
741 struct xfs_trans **tpp,
746 .tp = *tpp,
762 error = xfs_ialloc_read_agi(pag, *tpp, 0, &agibp);
768 error = xfs_alloc_read_agf(pag, *tpp, 0, &agfbp);
786 error = xfs_ialloc_check_shrink(pag, *tpp, agibp, aglen - delta);
814 xfs_trans_bhold(*tpp, agfbp);
815 xfs_trans_bhold(*tpp, agibp);
816 err2 = xfs_trans_roll(tpp);
819 xfs_trans_bjoin(*tpp, agfbp);
820 xfs_trans_bjoin(*tpp, agibp);
831 err2 = xfs_ag_resv_init(pag, *tpp);
838 err2 = xfs_free_extent_later(*tpp, args.fsbno, delta, NULL,
848 error = xfs_defer_finish(tpp);
861 xfs_ialloc_log_agi(*tpp, agibp, XFS_AGI_LENGTH);
862 xfs_alloc_log_agf(*tpp, agfbp, XFS_AGF_LENGTH);
866 err2 = xfs_ag_resv_init(pag, *tpp);