Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap_impl.h208 uint32_t zap_maxcd(zap_t *zap);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_micro.c67 zap_maxcd(zap_t *zap) in zap_maxcd() function
1198 ASSERT(cd < zap_maxcd(zap)); in mzap_addent()
1537 ASSERT((zc->zc_hash & zap_maxcd(zc->zc_zap)) == 0); in zap_cursor_serialize()
1538 ASSERT(zc->zc_cd < zap_maxcd(zc->zc_zap)); in zap_cursor_serialize()
1576 if (zc->zc_cd >= zap_maxcd(zc->zc_zap)) /* corrupt serialized */ in zap_cursor_retrieve()
H A Dzap_leaf.c606 ASSERT3U(cd, <, zap_maxcd(zn->zn_zap)); in zap_entry_create()