Home
last modified time | relevance | path

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

/titanic_50/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)
/titanic_50/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)
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c230 max = (size / MZAP_ENT_LEN) - 1; in mzap_byteswap()
371 ASSERT3U(MZAP_ENT_LEN, ==, sizeof (mzap_ent_phys_t)); in mzap_open()
407 zap->zap_m.zap_num_chunks = db->db_size / MZAP_ENT_LEN - 1; in mzap_open()
517 db->db_size / MZAP_ENT_LEN - 1; in zap_lockdir()
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c576 chunks = objsize / MZAP_ENT_LEN - 1; in mzap_lookup()
829 for (i = 0; i < size / MZAP_ENT_LEN - 1; i++) { in zap_iterate()