Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
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 …]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzap_leaf.h140 uint32_t le_cd; /* collision differentiator */ member
/freebsd-10-stable/sys/cddl/boot/zfs/
Dzfsimpl.h1300 uint32_t le_cd; /* collision differentiator */ member