Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h876 dmu_objset_type_t dds_type; member
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c438 if (zhp->zfs_dmustats.dds_type == DMU_OST_ZVOL) in make_dataset_handle_common()
440 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS) in make_dataset_handle_common()
447 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZVOL) in make_dataset_handle_common()
449 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS) in make_dataset_handle_common()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2316 if (dds.dds_type < DMU_OST_NUMTYPES) in dump_dir()
2317 type = objset_types[dds.dds_type]; in dump_dir()
2319 if (dds.dds_type == DMU_OST_META) { in dump_dir()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c1864 stat->dds_type = os->os_phys->os_type; in dmu_objset_fast_stat()