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.h210 uint32_t zap_maxcd(zap_t *zap);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c104 zap_maxcd(zap_t *zap) in zap_maxcd() function
1416 ASSERT(cd < zap_maxcd(zap)); in mzap_addent()
1878 ASSERT((zc->zc_hash & zap_maxcd(zc->zc_zap)) == 0); in zap_cursor_serialize()
1879 ASSERT(zc->zc_cd < zap_maxcd(zc->zc_zap)); in zap_cursor_serialize()
1917 if (zc->zc_cd >= zap_maxcd(zc->zc_zap)) /* corrupt serialized */ in zap_cursor_retrieve()
H A Dzap_leaf.c641 ASSERT3U(cd, <, zap_maxcd(zn->zn_zap)); in zap_entry_create()