Home
last modified time | relevance | path

Searched refs:dmu_objset_own (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/cmd/zinject/
H A Dtranslate.c161 err = dmu_objset_own(dataset, DMU_OST_ZFS, B_TRUE, FTAG, &os); in object_from_path()
246 if ((err = dmu_objset_own(dataset, DMU_OST_ANY, in calculate_range()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_objset.h148 int dmu_objset_own(const char *name, dmu_objset_type_t type,
H A Ddmu.h272 int dmu_objset_own(const char *name, dmu_objset_type_t type,
/netbsd-src/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c3206 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, FTAG, &os)); in ztest_objset_destroy_cb()
3284 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os) == 0) { in ztest_dmu_objset_create_destroy()
3302 VERIFY3U(ENOENT, ==, dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, in ztest_dmu_objset_create_destroy()
3318 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os)); in ztest_dmu_objset_create_destroy()
3354 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os2)); in ztest_dmu_objset_create_destroy()
3491 error = dmu_objset_own(snap2name, DMU_OST_ANY, B_TRUE, FTAG, &os); in ztest_dsl_dataset_promote_busy()
5591 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, zd, &os)); in ztest_dataset_open()
5682 VERIFY0(dmu_objset_own(ztest_opts.zo_pool, in ztest_run()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_destroy.c946 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, FTAG, &os); in dsl_destroy_head()
H A Ddmu_objset.c563 dmu_objset_own(const char *name, dmu_objset_type_t type, in dmu_objset_own() function
H A Dzfs_vfsops.c1305 error = dmu_objset_own(osname, DMU_OST_ZFS, B_TRUE, zfsvfs, &os); in zfsvfs_create()
H A Dzfs_ioctl.c622 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE, in zfs_set_slabel_policy()
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c2249 error = dmu_objset_own(dsname, DMU_OST_ANY, B_TRUE, FTAG, &os); in dump_one_dir()
3813 error = dmu_objset_own(target, DMU_OST_ANY, in main()