Searched refs:scn_ddt_class_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_scan.h63 uint64_t scn_ddt_class_max; member in struct:dsl_scan_phys
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c222 scn->scn_phys.scn_ddt_class_max = DDT_CLASSES - 1; /* the entire DDT */
231 scn->scn_phys.scn_ddt_class_max = zfs_scrub_ddt_class_max;
250 scn->scn_phys.scn_ddt_class_max = DDT_CLASS_DITTO;
793 scn->scn_phys.scn_ddt_class_max, bp)) {
1207 if (ddb->ddb_class > scn->scn_phys.scn_ddt_class_max)
1227 (longlong_t)n, (int)scn->scn_phys.scn_ddt_class_max,
1232 ddb->ddb_class > scn->scn_phys.scn_ddt_class_max);
1267 scn->scn_phys.scn_ddt_class_max) {
1506 scn->scn_phys.scn_ddt_class_max) {

Completed in 180 milliseconds