Lines Matching defs:tpp
899 struct xfs_trans **tpp,
904 .tp = *tpp,
920 error = xfs_ialloc_read_agi(pag, *tpp, &agibp);
926 error = xfs_alloc_read_agf(pag, *tpp, 0, &agfbp);
942 error = xfs_ialloc_check_shrink(pag, *tpp, agibp, aglen - delta);
965 xfs_trans_bhold(*tpp, agfbp);
966 err2 = xfs_trans_roll(tpp);
969 xfs_trans_bjoin(*tpp, agfbp);
980 err2 = xfs_ag_resv_init(pag, *tpp);
987 err2 = __xfs_free_extent_later(*tpp, args.fsbno, delta, NULL,
997 error = xfs_defer_finish(tpp);
1010 xfs_ialloc_log_agi(*tpp, agibp, XFS_AGI_LENGTH);
1011 xfs_alloc_log_agf(*tpp, agfbp, XFS_AGF_LENGTH);
1015 err2 = xfs_ag_resv_init(pag, *tpp);