Searched refs:dm_hash_block (Results 1 – 3 of 3) sorted by relevance
12 static inline unsigned dm_hash_block(dm_block_t b, unsigned hash_mask) in dm_hash_block() function
106 unsigned bucket = dm_hash_block(b, DM_HASH_MASK); in is_shadow()132 bucket = dm_hash_block(b, DM_HASH_MASK); in insert_shadow()
1102 return dm_hash_block(index, IE_CACHE_MASK); in hash_index()