Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h133 uint64_t zap_salt; /* salt to stir into hash function */ member
154 uint64_t zap_salt; member
/illumos-gate/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
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c87 h = zap->zap_salt; in zap_hash()
416 zap->zap_salt = zap_m_phys(zap)->mz_salt; in mzap_open()
435 zap->zap_salt = zap_f_phys(zap)->zap_salt; in mzap_open()
446 &zap_f_phys(zap)->zap_salt); in mzap_open()
H A Dzap.c127 zp->zap_salt = zap->zap_salt; in fzap_upgrade()
1315 zs->zs_salt = zap_f_phys(zap)->zap_salt; in fzap_get_stats()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1439 uint64_t zap_salt; /* salt to stir into hash function */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c734 hash = zap_hash(zap->zap_salt, name); in fzap_lookup()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2733 hash = zap_hash(zh->zap_salt, name); in fzap_lookup()