Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap_leaf.h42 #define ZAP_LEAF_CHUNKSIZE 24 macro
51 ZAP_LEAF_CHUNKSIZE - 2)
62 #define ZAP_LEAF_ARRAY_BYTES (ZAP_LEAF_CHUNKSIZE - 3)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_micro.c473 2*ZAP_LEAF_CHUNKSIZE); in mzap_open()