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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h46 #define MZAP_ENT_LEN 64 macro
47 #define MZAP_NAME_LEN (MZAP_ENT_LEN - 8 - 4 - 2)
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c254 int max = (size / MZAP_ENT_LEN) - 1;
417 ASSERT3U(MZAP_ENT_LEN, ==, sizeof (mzap_ent_phys_t));
452 zap->zap_m.zap_num_chunks = db->db_size / MZAP_ENT_LEN - 1;
575 db->db_size / MZAP_ENT_LEN - 1;
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1416 #define MZAP_ENT_LEN 64 macro
1417 #define MZAP_NAME_LEN (MZAP_ENT_LEN - 8 - 4 - 2)
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfsimpl.c2417 chunks = size / MZAP_ENT_LEN - 1;
2775 chunks = size / MZAP_ENT_LEN - 1;
2930 chunks = size / MZAP_ENT_LEN - 1;

Completed in 135 milliseconds