Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-exception-store.h140 #define DM_CHUNK_NUMBER_BITS 56 macro
144 return chunk & (chunk_t)((1ULL << DM_CHUNK_NUMBER_BITS) - 1ULL); in dm_chunk_number()
149 return e->new_chunk >> DM_CHUNK_NUMBER_BITS; in dm_consecutive_chunk_count()
154 e->new_chunk += (1ULL << DM_CHUNK_NUMBER_BITS); in dm_consecutive_chunk_count_inc()
163 e->new_chunk -= (1ULL << DM_CHUNK_NUMBER_BITS); in dm_consecutive_chunk_count_dec()