Home
last modified time | relevance | path

Searched refs:from_oblock (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/
H A Ddm-cache-background-tracker.c66 if (from_oblock(lhs) < from_oblock(rhs)) in cmp_oblock()
69 if (from_oblock(rhs) < from_oblock(lhs)) in cmp_oblock()
H A Ddm-cache-block-types.h30 static inline dm_block_t from_oblock(dm_oblock_t b) in from_oblock() function
H A Ddm-cache-policy-smq.c636 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits); in __h_lookup()
672 unsigned int h = hash_64(from_oblock(oblock), ht->hash_bits); in h_lookup()
689 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_remove()
1315 sector_t r = from_oblock(b); in update_hotspot_queue()