Home
last modified time | relevance | path

Searched refs:MZAP_ENT_LEN (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h47 #define MZAP_ENT_LEN 64 macro
48 #define MZAP_NAME_LEN (MZAP_ENT_LEN - 8 - 4 - 2)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c355 int max = (size / MZAP_ENT_LEN) - 1; in mzap_byteswap()
514 ASSERT3U(MZAP_ENT_LEN, ==, sizeof (mzap_ent_phys_t)); in mzap_open()
549 zap->zap_m.zap_num_chunks = db->db_size / MZAP_ENT_LEN - 1; in mzap_open()
678 db->db_size / MZAP_ENT_LEN - 1; in zap_lockdir_impl()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1525 #define MZAP_ENT_LEN 64 macro
1528 #define MZAP_NAME_LEN (MZAP_ENT_LEN - 8 - 4 - 2)
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2415 chunks = size / MZAP_ENT_LEN - 1; in mzap_lookup()
2773 chunks = size / MZAP_ENT_LEN - 1; in mzap_list()
2928 chunks = size / MZAP_ENT_LEN - 1; in mzap_rlookup()