Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-exception-store.h139 # define DM_CHUNK_NUMBER_BITS 56 macro
143 return chunk & (chunk_t)((1ULL << DM_CHUNK_NUMBER_BITS) - 1ULL); in dm_chunk_number()
148 return e->new_chunk >> DM_CHUNK_NUMBER_BITS; in dm_consecutive_chunk_count()
153 e->new_chunk += (1ULL << DM_CHUNK_NUMBER_BITS); in dm_consecutive_chunk_count_inc()
162 e->new_chunk -= (1ULL << DM_CHUNK_NUMBER_BITS); in dm_consecutive_chunk_count_dec()