Home
last modified time | relevance | path

Searched refs:DMU_OT_TOTAL (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_pool.h70 #define DMU_OT_TOTAL (DMU_OT_NUMTYPES + 1) macro
84 zfs_blkstat_t zab_type[DN_MAX_LEVELS + 1][DMU_OT_TOTAL + 1];
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_scan.c3816 int t = (i & 1) ? BP_GET_TYPE(bp) : DMU_OT_TOTAL; in count_block()