Home
last modified time | relevance | path

Searched refs:dds_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c444 if (zhp->zfs_dmustats.dds_type == DMU_OST_ZVOL) { in make_dataset_handle_common()
446 } else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS) { in make_dataset_handle_common()
448 } else if (zhp->zfs_dmustats.dds_type == DMU_OST_OTHER) { in make_dataset_handle_common()
460 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZVOL) in make_dataset_handle_common()
462 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS) in make_dataset_handle_common()
550 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZVOL) in make_dataset_simple_handle_zc()
552 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS) in make_dataset_simple_handle_zc()
H A Dlibzfs.abi1731 <var-decl name='dds_type' type-id='230f1e16' visibility='default'/>
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Ddmu.h956 dmu_objset_type_t dds_type; member
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c2496 stat->dds_type = os->os_phys->os_type; in dmu_objset_fast_stat()
/freebsd-14.2/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4101 if (dds.dds_type < DMU_OST_NUMTYPES) in dump_objset()
4102 type = objset_types[dds.dds_type]; in dump_objset()
4104 if (dds.dds_type == DMU_OST_META) { in dump_objset()
/freebsd-14.2/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi1221 <var-decl name='dds_type' type-id='230f1e16' visibility='default'/>