Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h207 int dmu_objset_own(const char *name, dmu_objset_type_t type,
H A Ddmu.h330 int dmu_objset_own(const char *name, dmu_objset_type_t type,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c506 error = dmu_objset_own(name, DMU_OST_ZVOL, B_TRUE, B_TRUE, FTAG, &os); in zvol_create_minor()
636 error = dmu_objset_own(zv->zv_name, DMU_OST_ZVOL, ro, B_TRUE, zv, &os); in zvol_first_open()
848 if ((error = dmu_objset_own(name, DMU_OST_ZVOL, B_FALSE, B_TRUE, in zvol_set_volsize()
H A Ddsl_destroy.c1041 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, B_FALSE, in dsl_destroy_head()
H A Dzfs_vfsops.c1185 error = dmu_objset_own(osname, DMU_OST_ZFS, ro, B_TRUE, zfsvfs, &os); in zfsvfs_create()
H A Ddmu_objset.c756 dmu_objset_own(const char *name, dmu_objset_type_t type, in dmu_objset_own() function
H A Dzfs_ioctl.c659 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE, B_TRUE, in zfs_set_slabel_policy()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1231 err = dmu_objset_own(name, type, readonly, decrypt, tag, osp); in ztest_dmu_objset_own()
1255 err = dmu_objset_own(name, type, readonly, decrypt, tag, osp); in ztest_dmu_objset_own()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1976 err = dmu_objset_own(path, type, B_TRUE, B_FALSE, tag, osp); in open_objset()