Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-snap-persistent.c63 #define NUM_SNAPSHOT_HDR_CHUNKS 1 macro
270 return NUM_SNAPSHOT_HDR_CHUNKS + ((ps->exceptions_per_area + 1) * area); in area_location()
277 if (sector_div(next_free, stride) == NUM_SNAPSHOT_HDR_CHUNKS) in skip_metadata()
590 *metadata_sectors = (ps->current_area + 1 + NUM_SNAPSHOT_HDR_CHUNKS) * in persistent_usage()
869 ps->next_free = NUM_SNAPSHOT_HDR_CHUNKS + 1; /* header and 1st area */ in persistent_ctr()