Home
last modified time | relevance | path

Searched refs:zap_salt (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h131 uint64_t zap_salt; /* salt to stir into hash function */ member
152 uint64_t zap_salt; member
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_impl.h100 uint64_t zap_salt; /* salt to stir into hash function */ member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c84 h = zap->zap_salt; in zap_hash()
405 zap->zap_salt = zap_m_phys(zap)->mz_salt; in mzap_open()
425 zap->zap_salt = zap_f_phys(zap)->zap_salt; in mzap_open()
436 &zap_f_phys(zap)->zap_salt); in mzap_open()
H A Dzap.c104 zp->zap_salt = zap->zap_salt; in fzap_upgrade()
1271 zs->zs_salt = zap_f_phys(zap)->zap_salt; in fzap_get_stats()
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c733 hash = zap_hash(zap->zap_salt, name); in fzap_lookup()