Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c132 le->le_hash = BSWAP_64(le->le_hash); in zap_leaf_byteswap()
438 if (le->le_hash != zn->zn_hash) in zap_leaf_lookup()
453 zeh->zeh_hash = le->le_hash; in zap_leaf_lookup()
486 if (HCD_GTEQ(le->le_hash, le->le_cd, h, cd) && in zap_leaf_lookup_closest()
487 HCD_GTEQ(besth, bestcd, le->le_hash, le->le_cd)) { in zap_leaf_lookup_closest()
490 besth = le->le_hash; in zap_leaf_lookup_closest()
496 zeh->zeh_hash = le->le_hash; in zap_leaf_lookup_closest()
616 if (le->le_hash == h) { in zap_entry_create()
627 if (le->le_hash == h && in zap_entry_create()
658 le->le_hash = h; in zap_entry_create()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_leaf.h148 uint64_t le_hash; /* hash value of the name */ member
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c499 le->le_hash = ent->hash; in zap_fat_write()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1726 uint64_t le_hash; /* hash value of the name */ member
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2667 if (le->le_hash != hash) in zap_leaf_lookup()