Lines Matching refs:dfops
465 xfs_defer_init(args->dfops, args->firstblock); in xfs_attr_rmtval_set()
469 args->total, &map, &nmap, args->dfops); in xfs_attr_rmtval_set()
472 xfs_defer_ijoin(args->dfops, dp); in xfs_attr_rmtval_set()
473 error = xfs_defer_finish(&args->trans, args->dfops); in xfs_attr_rmtval_set()
507 xfs_defer_init(args->dfops, args->firstblock); in xfs_attr_rmtval_set()
542 xfs_defer_cancel(args->dfops); in xfs_attr_rmtval_set()
611 xfs_defer_init(args->dfops, args->firstblock); in xfs_attr_rmtval_remove()
614 args->dfops, &done); in xfs_attr_rmtval_remove()
617 xfs_defer_ijoin(args->dfops, args->dp); in xfs_attr_rmtval_remove()
618 error = xfs_defer_finish(&args->trans, args->dfops); in xfs_attr_rmtval_remove()
631 xfs_defer_cancel(args->dfops); in xfs_attr_rmtval_remove()