Lines Matching refs:trans
439 error = xfs_bmap_first_unused(args->trans, args->dp, blkcnt, &lfileoff, in xfs_attr_rmtval_set()
467 error = xfs_bmapi_write(args->trans, dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set()
471 error = xfs_bmap_finish(&args->trans, args->flist, in xfs_attr_rmtval_set()
476 args->trans = NULL; in xfs_attr_rmtval_set()
486 xfs_trans_ijoin(args->trans, dp, 0); in xfs_attr_rmtval_set()
497 error = xfs_trans_roll(&args->trans, dp); in xfs_attr_rmtval_set()
621 error = xfs_bunmapi(args->trans, args->dp, lblkno, blkcnt, in xfs_attr_rmtval_remove()
625 error = xfs_bmap_finish(&args->trans, args->flist, in xfs_attr_rmtval_remove()
630 args->trans = NULL; in xfs_attr_rmtval_remove()
640 xfs_trans_ijoin(args->trans, args->dp, 0); in xfs_attr_rmtval_remove()
645 error = xfs_trans_roll(&args->trans, args->dp); in xfs_attr_rmtval_remove()