Searched refs:le_hash (Results 1 – 2 of 2) sorted by relevance
143 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()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()636 zeh->zeh_hash = le->le_hash; in zap_entry_create()665 if (le->le_hash != zeh->zeh_hash) in zap_entry_normalization_conflict()[all …]
148 uint64_t le_hash; /* hash value of the name */ member