Searched refs:dmu_objset_own (Results 1 – 10 of 10) sorted by relevance
/titanic_44/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_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_objset.h | 142 int dmu_objset_own(const char *name, dmu_objset_type_t type,
|
H A D | dmu.h | 268 int dmu_objset_own(const char *name, dmu_objset_type_t type,
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 3206 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() 5533 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, zd, &os)); in ztest_dataset_open() 5623 VERIFY0(dmu_objset_own(ztest_opts.zo_pool, in ztest_run()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zvol.c | 492 error = dmu_objset_own(name, DMU_OST_ZVOL, B_TRUE, FTAG, &os); in zvol_create_minor() 624 error = dmu_objset_own(zv->zv_name, DMU_OST_ZVOL, B_TRUE, in zvol_first_open() 841 if ((error = dmu_objset_own(name, DMU_OST_ZVOL, B_FALSE, in zvol_set_volsize()
|
H A D | dsl_destroy.c | 939 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, FTAG, &os); in dsl_destroy_head()
|
H A D | dmu_objset.c | 564 dmu_objset_own(const char *name, dmu_objset_type_t type, in dmu_objset_own() function
|
H A D | zfs_vfsops.c | 896 error = dmu_objset_own(osname, DMU_OST_ZFS, B_TRUE, zfsvfs, &os); in zfsvfs_create()
|
H A D | zfs_ioctl.c | 574 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE, in zfs_set_slabel_policy()
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 2255 error = dmu_objset_own(dsname, DMU_OST_ANY, B_TRUE, FTAG, &os); in dump_one_dir() 3785 error = dmu_objset_own(target, DMU_OST_ANY, in main()
|