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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h825 dmu_objset_type_t dds_type; member in struct:dmu_objset_stats
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c421 if (zhp->zfs_dmustats.dds_type == DMU_OST_ZVOL)
423 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS)
430 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZVOL)
432 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS)
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2018 if (dds.dds_type < DMU_OST_NUMTYPES)
2019 type = objset_types[dds.dds_type];
2021 if (dds.dds_type == DMU_OST_META) {
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c1569 stat->dds_type = os->os_phys->os_type;

Completed in 121 milliseconds