Lines Matching refs:trans
438 error = xfs_bmap_first_unused(args->trans, args->dp, blkcnt, &lfileoff, in xfs_attr_rmtval_set()
466 error = xfs_bmapi_write(args->trans, dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set()
470 error = xfs_bmap_finish(&args->trans, args->flist, in xfs_attr_rmtval_set()
475 args->trans = NULL; in xfs_attr_rmtval_set()
485 xfs_trans_ijoin(args->trans, dp, 0); in xfs_attr_rmtval_set()
496 error = xfs_trans_roll(&args->trans, dp); in xfs_attr_rmtval_set()
620 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()