Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h131 uint64_t zap_salt; /* salt to stir into hash function */ member
153 uint64_t zap_salt; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c85 h = zap->zap_salt; in zap_hash()
458 zap->zap_salt = zap_m_phys(zap)->mz_salt; in mzap_open()
482 zap->zap_salt = zap_f_phys(zap)->zap_salt; in mzap_open()
493 &zap_f_phys(zap)->zap_salt); in mzap_open()
H A Dzap.c134 zp->zap_salt = zap->zap_salt; in fzap_upgrade()
1431 zs->zs_salt = zap_f_phys(zap)->zap_salt; in fzap_get_stats()
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c382 zaphdr->zap_salt = zap->hashsalt; in zap_fat_write()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1600 uint64_t zap_salt; /* salt to stir into hash function */ member
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2710 hash = zap_hash(zh->zap_salt, name); in fzap_lookup()