Searched refs:rn_hash (Results 1 – 2 of 2) sorted by relevance
836 if (np->rn_hash == h && rc_node_match(np, lp)) { in cache_lookup_unlocked()866 assert(np->rn_hash == rc_node_hash(&np->rn_id)); in cache_insert_unlocked()867 assert(bp == CACHE_BUCKET(np->rn_hash)); in cache_insert_unlocked()881 assert(np->rn_hash == rc_node_hash(&np->rn_id)); in cache_remove_unlocked()882 assert(bp == CACHE_BUCKET(np->rn_hash)); in cache_remove_unlocked()1876 bp = cache_hold(newp->rn_hash); in rc_node_relink_child()1970 np->rn_hash = h; in rc_node_setup()2035 np->rn_hash = h; in rc_node_setup_snapshot()2092 np->rn_hash = h; in rc_node_setup_snaplevel()2150 np->rn_hash = h; in rc_node_setup_pg()[all …]
192 uint32_t rn_hash; member