Home
last modified time | relevance | path

Searched refs:DMU_OST_ZVOL (Results 1 – 13 of 13) sorted by relevance

/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 Dzcp_get.c62 case DMU_OST_ZVOL: in get_objset_type()
H A Dzfs_ioctl.c2058 dmu_objset_type(os) == DMU_OST_ZVOL) { in zfs_ioc_objset_stats_impl()
3236 case DMU_OST_ZVOL: in zfs_ioc_create()
3253 if (type == DMU_OST_ZVOL) { in zfs_ioc_create()
3325 while ((error2 == EBUSY) && (type == DMU_OST_ZVOL)) { in zfs_ioc_create()
H A Ddsl_crypt.c1968 if (ostype != DMU_OST_ZFS && ostype != DMU_OST_ZVOL) in dsl_crypto_recv_raw_objset_check()
H A Ddmu_send.c2944 } else if (os->os_phys->os_type == DMU_OST_ZVOL) { in dmu_adjust_send_estimate_for_indirects()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h68 DMU_OST_ZVOL, enumerator
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py122 ds_type = _lib.DMU_OST_ZVOL
/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()
/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()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c453 if (zhp->zfs_dmustats.dds_type == DMU_OST_ZVOL) in make_dataset_handle_common()
464 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZVOL) in make_dataset_handle_common()
4523 zc.zc_objset_type = DMU_OST_ZVOL; in zfs_rename()
H A Dlibzfs_sendrecv.c4398 boolean_t is_volume = drrb->drr_type == DMU_OST_ZVOL; in zfs_receive_one()
4616 if (drrb->drr_type == DMU_OST_ZVOL) { in zfs_receive_one()
H A Dlibzfs.abi1038 <enumerator name='DMU_OST_ZVOL' value='3'/>
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi513 <enumerator name='DMU_OST_ZVOL' value='3'/>