Searched refs:le_hash (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c143 le->le_hash = BSWAP_64(le->le_hash);
404 if (le->le_hash != zn->zn_hash)
419 zeh->zeh_hash = le->le_hash;
452 if (HCD_GTEQ(le->le_hash, le->le_cd, h, cd) &&
453 HCD_GTEQ(besth, bestcd, le->le_hash, le->le_cd)) {
456 besth = le->le_hash;
462 zeh->zeh_hash = le->le_hash;
581 if (le->le_hash == h) {
592 if (le->le_hash
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzap_leaf.h148 uint64_t le_hash; /* hash value of the name */ member in struct:zap_leaf_chunk::zap_leaf_entry
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1607 uint64_t le_hash; /* hash value of the name */ member in struct:zap_leaf_chunk::zap_leaf_entry
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfsimpl.c2669 if (le->le_hash != hash)

Completed in 304 milliseconds