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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c261 if (node1->lot_hash > node2->lot_hash)
263 if (node1->lot_hash < node2->lot_hash)
420 tb->lot_hash = hash;
450 for (; findtb && findtb->lot_hash == hash;
471 tbsearch.lot_hash = hash;
475 for (; tb && tb->lot_hash == hash;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h100 uint64_t lot_hash; member in struct:sa_lot
105 int lot_instance; /* used with lot_hash to identify entry */

Completed in 49 milliseconds