Home
last modified time | relevance | path

Searched refs:lot_hash (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dsa_impl.h100 uint64_t lot_hash; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsa.c264 int cmp = TREE_CMP(node1->lot_hash, node2->lot_hash); in layout_hash_compare()
420 tb->lot_hash = hash; in sa_add_layout_entry()
450 for (; findtb && findtb->lot_hash == hash; in sa_add_layout_entry()
471 tbsearch.lot_hash = hash; in sa_find_layout()
475 for (; tb && tb->lot_hash == hash; in sa_find_layout()