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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c265 if (node1->lot_hash > node2->lot_hash)
267 if (node1->lot_hash < node2->lot_hash)
424 tb->lot_hash = hash;
454 for (; findtb && findtb->lot_hash == hash;
475 tbsearch.lot_hash = hash;
479 for (; tb && tb->lot_hash == hash;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dsa_impl.h99 uint64_t lot_hash; member in struct:sa_lot
104 int lot_instance; /* used with lot_hash to identify entry */

Completed in 48 milliseconds