Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c144 le->le_hash = BSWAP_64(le->le_hash); in zap_leaf_byteswap()
404 if (le->le_hash != zn->zn_hash) in zap_leaf_lookup()
419 zeh->zeh_hash = le->le_hash; in zap_leaf_lookup()
452 if (HCD_GTEQ(le->le_hash, le->le_cd, h, cd) && in zap_leaf_lookup_closest()
453 HCD_GTEQ(besth, bestcd, le->le_hash, le->le_cd)) { in zap_leaf_lookup_closest()
456 besth = le->le_hash; in zap_leaf_lookup_closest()
462 zeh->zeh_hash = le->le_hash; in zap_leaf_lookup_closest()
581 if (le->le_hash == h) { in zap_entry_create()
592 if (le->le_hash == h && in zap_entry_create()
623 le->le_hash = h; in zap_entry_create()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h86 uint64_t le_hash; /* hash value of the name */ member
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h141 uint64_t le_hash; /* hash value of the name */ member
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1559 uint64_t le_hash; /* hash value of the name */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c685 if (le->le_hash != h) in zap_leaf_lookup()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2691 if (le->le_hash != hash) in zap_leaf_lookup()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c867 zlc->l_entry.le_hash); in zap_leaf()