Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c142 le->le_cd = BSWAP_32(le->le_cd); in zap_leaf_byteswap()
429 zeh->zeh_cd = le->le_cd; 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()
479 bestcd = le->le_cd; in zap_leaf_lookup_closest()
483 zeh->zeh_cd = le->le_cd; in zap_leaf_lookup_closest()
607 if (le->le_cd > cd) in zap_entry_create()
610 ASSERT3U(cd, ==, le->le_cd); in zap_entry_create()
621 le->le_cd == cd) { in zap_entry_create()
652 le->le_cd = cd; in zap_entry_create()
[all …]
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h87 uint32_t le_cd; /* collision differentiator */ member
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h140 uint32_t le_cd; /* collision differentiator */ member
/titanic_44/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c674 zlc->l_entry.le_cd); in zap_leaf()