Lines Matching refs:tpp
883 struct xfs_trans **tpp, in xfs_ag_shrink_space() argument
888 .tp = *tpp, in xfs_ag_shrink_space()
904 error = xfs_ialloc_read_agi(pag, *tpp, &agibp); in xfs_ag_shrink_space()
910 error = xfs_alloc_read_agf(pag, *tpp, 0, &agfbp); in xfs_ag_shrink_space()
926 error = xfs_ialloc_check_shrink(pag, *tpp, agibp, aglen - delta); in xfs_ag_shrink_space()
949 xfs_trans_bhold(*tpp, agfbp); in xfs_ag_shrink_space()
950 err2 = xfs_trans_roll(tpp); in xfs_ag_shrink_space()
953 xfs_trans_bjoin(*tpp, agfbp); in xfs_ag_shrink_space()
964 err2 = xfs_ag_resv_init(pag, *tpp); in xfs_ag_shrink_space()
971 __xfs_free_extent_later(*tpp, args.fsbno, delta, NULL, true); in xfs_ag_shrink_space()
978 error = xfs_defer_finish(tpp); in xfs_ag_shrink_space()
985 xfs_ialloc_log_agi(*tpp, agibp, XFS_AGI_LENGTH); in xfs_ag_shrink_space()
986 xfs_alloc_log_agf(*tpp, agfbp, XFS_AGF_LENGTH); in xfs_ag_shrink_space()
990 err2 = xfs_ag_resv_init(pag, *tpp); in xfs_ag_shrink_space()