Searched refs:dmu_objset_own (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/zinject/ |
H A D | translate.c | 178 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 D | dmu_objset.h | 143 int dmu_objset_own(const char *name, dmu_objset_type_t type,
|
H A D | dmu.h | 270 int dmu_objset_own(const char *name, dmu_objset_type_t type,
|
/titanic_50/usr/src/cmd/ztest/ |
H A D | ztest.c | 3207 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 D | zvol.c | 493 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 D | dsl_destroy.c | 940 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, FTAG, &os); in dsl_destroy_head()
|
H A D | dmu_objset.c | 565 dmu_objset_own(const char *name, dmu_objset_type_t type, in dmu_objset_own() function
|
H A D | zfs_vfsops.c | 900 error = dmu_objset_own(osname, DMU_OST_ZFS, B_TRUE, zfsvfs, &os); in zfsvfs_create()
|
H A D | zfs_ioctl.c | 577 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE, in zfs_set_slabel_policy()
|
/titanic_50/usr/src/cmd/zdb/ |
H A D | zdb.c | 2258 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()
|