Home
last modified time | relevance | path

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.h47 #define MZAP_ENT_LEN 64 macro
48 #define MZAP_NAME_LEN (MZAP_ENT_LEN - 8 - 4 - 2)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c256 int max = (size / MZAP_ENT_LEN) - 1; in mzap_byteswap()
384 ASSERT3U(MZAP_ENT_LEN, ==, sizeof (mzap_ent_phys_t)); in mzap_open()
418 zap->zap_m.zap_num_chunks = db->db_size / MZAP_ENT_LEN - 1; in mzap_open()
536 db->db_size / MZAP_ENT_LEN - 1; in zap_lockdir_impl()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1368 #define MZAP_ENT_LEN 64 macro
1369 #define MZAP_NAME_LEN (MZAP_ENT_LEN - 8 - 4 - 2)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c577 chunks = objsize / MZAP_ENT_LEN - 1; in mzap_lookup()
830 for (i = 0; i < size / MZAP_ENT_LEN - 1; i++) { in zap_iterate()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2439 chunks = size / MZAP_ENT_LEN - 1; in mzap_lookup()
2796 chunks = size / MZAP_ENT_LEN - 1; in mzap_list()
2950 chunks = size / MZAP_ENT_LEN - 1; in mzap_rlookup()