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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_impl.h29 #define MZAP_ENT_LEN 64 macro
30 #define MZAP_NAME_LEN (MZAP_ENT_LEN - 8 - 4 - 2)
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h45 #define MZAP_ENT_LEN 64 macro
46 #define MZAP_NAME_LEN (MZAP_ENT_LEN - 8 - 4 - 2)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c231 max = (size / MZAP_ENT_LEN) - 1;
375 ASSERT3U(MZAP_ENT_LEN, ==, sizeof (mzap_ent_phys_t));
409 zap->zap_m.zap_num_chunks = db->db_size / MZAP_ENT_LEN - 1;
535 db->db_size / MZAP_ENT_LEN - 1;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1178 #define MZAP_ENT_LEN 64 macro
1179 #define MZAP_NAME_LEN (MZAP_ENT_LEN - 8 - 4 - 2)
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1338 chunks = size / MZAP_ENT_LEN - 1;
1522 chunks = size / MZAP_ENT_LEN - 1;
1665 chunks = size / MZAP_ENT_LEN - 1;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c576 chunks = objsize / MZAP_ENT_LEN - 1;
829 for (i = 0; i < size / MZAP_ENT_LEN - 1; i++) {

Completed in 83 milliseconds