Home
last modified time | relevance | path

Searched refs:zap_maxcd (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h211 uint32_t zap_maxcd(zap_t *zap);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c105 zap_maxcd(zap_t *zap) in zap_maxcd() function
1472 ASSERT(cd < zap_maxcd(zap)); in mzap_addent()
1934 ASSERT0((zc->zc_hash & zap_maxcd(zc->zc_zap))); in zap_cursor_serialize()
1935 ASSERT(zc->zc_cd < zap_maxcd(zc->zc_zap)); in zap_cursor_serialize()
1973 if (zc->zc_cd >= zap_maxcd(zc->zc_zap)) /* corrupt serialized */ in zap_cursor_retrieve()
H A Dzap_leaf.c642 ASSERT3U(cd, <, zap_maxcd(zn->zn_zap)); in zap_entry_create()