Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h216 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,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzvol.c324 if ((error = dmu_objset_own(name, DMU_OST_ZVOL, B_FALSE, B_TRUE, in zvol_set_volsize()
915 error = dmu_objset_own(zv->zv_name, DMU_OST_ZVOL, ro, B_TRUE, zv, &os); in zvol_first_open()
964 job->error = dmu_objset_own(dsname, DMU_OST_ZVOL, B_TRUE, B_TRUE, in zvol_prefetch_minors_impl()
H A Ddsl_destroy.c1246 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, B_TRUE, in dsl_destroy_head()
H A Ddmu_objset.c819 dmu_objset_own(const char *name, dmu_objset_type_t type, in dmu_objset_own() function
3151 EXPORT_SYMBOL(dmu_objset_own);
H A Dzfs_ioctl.c568 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE, B_TRUE, in zfs_set_slabel_policy()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c1402 error = dmu_objset_own(name, DMU_OST_ZVOL, B_TRUE, B_TRUE, FTAG, &os); in zvol_os_create_minor()
H A Dzfs_vfsops.c987 error = dmu_objset_own(osname, DMU_OST_ZFS, ro, B_TRUE, zfsvfs, in zfsvfs_create()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c1636 error = dmu_objset_own(name, DMU_OST_ZVOL, B_TRUE, B_TRUE, FTAG, &os); in zvol_os_create_minor()
H A Dzfs_vfsops.c793 error = dmu_objset_own(osname, DMU_OST_ZFS, ro, B_TRUE, zfsvfs, &os); in zfsvfs_create()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c1634 err = dmu_objset_own(name, type, readonly, decrypt, tag, osp); in ztest_dmu_objset_own()
1669 err = dmu_objset_own(name, type, readonly, decrypt, tag, osp); in ztest_dmu_objset_own()