Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap_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 …]
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h88 uint64_t le_hash; /* hash value of the name */ member
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h141 uint64_t le_hash; /* hash value of the name */ member
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c680 if (le->le_hash != h) in zap_leaf_lookup()
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c676 zlc->l_entry.le_hash); in zap_leaf()