Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_objset.h211 int dmu_objset_own(const char *name, dmu_objset_type_t type,
H A Ddmu.h326 int dmu_objset_own(const char *name, dmu_objset_type_t type,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzvol.c333 if ((error = dmu_objset_own(name, DMU_OST_ZVOL, B_FALSE, B_TRUE, in zvol_set_volsize()
931 error = dmu_objset_own(zv->zv_name, DMU_OST_ZVOL, ro, B_TRUE, zv, &os); in zvol_first_open()
981 job->error = dmu_objset_own(dsname, DMU_OST_ZVOL, B_TRUE, B_TRUE, in zvol_prefetch_minors_impl()
H A Ddmu_objset.c753 dmu_objset_own(const char *name, dmu_objset_type_t type, in dmu_objset_own() function
3007 EXPORT_SYMBOL(dmu_objset_own);
H A Ddsl_destroy.c1228 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, B_TRUE, in dsl_destroy_head()
H A Dzfs_ioctl.c569 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE, B_TRUE, in zfs_set_slabel_policy()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c895 error = dmu_objset_own(name, DMU_OST_ZVOL, B_TRUE, B_TRUE, FTAG, &os); in zvol_os_create_minor()
H A Dzfs_vfsops.c787 error = dmu_objset_own(osname, DMU_OST_ZFS, ro, B_TRUE, zfsvfs, &os); in zfsvfs_create()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c1303 error = dmu_objset_own(name, DMU_OST_ZVOL, B_TRUE, B_TRUE, FTAG, &os); in zvol_create_minor_impl()
H A Dzfs_vfsops.c962 error = dmu_objset_own(osname, DMU_OST_ZFS, ro, B_TRUE, zfsvfs, in zfsvfs_create()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1434 err = dmu_objset_own(name, type, readonly, decrypt, tag, osp); in ztest_dmu_objset_own()
1469 err = dmu_objset_own(name, type, readonly, decrypt, tag, osp); in ztest_dmu_objset_own()