Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zinject/
H A Dtranslate.c178 err = dmu_objset_own(dataset, DMU_OST_ZFS, B_TRUE, FTAG, &os); in object_from_path()
263 if ((err = dmu_objset_own(dataset, DMU_OST_ANY, in calculate_range()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h143 int dmu_objset_own(const char *name, dmu_objset_type_t type,
H A Ddmu.h270 int dmu_objset_own(const char *name, dmu_objset_type_t type,
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c3207 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, FTAG, &os)); in ztest_objset_destroy_cb()
3285 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os) == 0) { in ztest_dmu_objset_create_destroy()
3303 VERIFY3U(ENOENT, ==, dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, in ztest_dmu_objset_create_destroy()
3319 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os)); in ztest_dmu_objset_create_destroy()
3355 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os2)); in ztest_dmu_objset_create_destroy()
3492 error = dmu_objset_own(snap2name, DMU_OST_ANY, B_TRUE, FTAG, &os); in ztest_dsl_dataset_promote_busy()
5559 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, zd, &os)); in ztest_dataset_open()
5649 VERIFY0(dmu_objset_own(ztest_opts.zo_pool, in ztest_run()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzvol.c493 error = dmu_objset_own(name, DMU_OST_ZVOL, B_TRUE, FTAG, &os); in zvol_create_minor()
625 error = dmu_objset_own(zv->zv_name, DMU_OST_ZVOL, B_TRUE, in zvol_first_open()
842 if ((error = dmu_objset_own(name, DMU_OST_ZVOL, B_FALSE, in zvol_set_volsize()
H A Ddsl_destroy.c940 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, FTAG, &os); in dsl_destroy_head()
H A Ddmu_objset.c565 dmu_objset_own(const char *name, dmu_objset_type_t type, in dmu_objset_own() function
H A Dzfs_vfsops.c900 error = dmu_objset_own(osname, DMU_OST_ZFS, B_TRUE, zfsvfs, &os); in zfsvfs_create()
H A Dzfs_ioctl.c577 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE, in zfs_set_slabel_policy()
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c2258 error = dmu_objset_own(dsname, DMU_OST_ANY, B_TRUE, FTAG, &os); in dump_one_dir()
3798 error = dmu_objset_own(target, DMU_OST_ANY, in main()