Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzap_leaf.c143 le->le_hash = BSWAP_64(le->le_hash); in zap_leaf_byteswap()
415 if (le->le_hash != zn->zn_hash) in zap_leaf_lookup()
430 zeh->zeh_hash = le->le_hash; in zap_leaf_lookup()
474 if (HCD_GTEQ(le->le_hash, le->le_cd, h, cd) && in zap_leaf_lookup_closest()
475 HCD_GTEQ(besth, bestcd, le->le_hash, le->le_cd)) { in zap_leaf_lookup_closest()
478 besth = le->le_hash; in zap_leaf_lookup_closest()
484 zeh->zeh_hash = le->le_hash; in zap_leaf_lookup_closest()
609 if (le->le_hash == h) { in zap_entry_create()
620 if (le->le_hash == h && in zap_entry_create()
651 le->le_hash = h; in zap_entry_create()
[all …]
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzap_leaf.h141 uint64_t le_hash; /* hash value of the name */ member
/NextBSD/sys/cddl/boot/zfs/
HDzfsimpl.h1301 uint64_t le_hash; /* hash value of the name */ member
/NextBSD/sys/boot/zfs/
HDzfsimpl.c1431 while (zc->l_entry.le_hash != hash) { in fzap_lookup()