Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-snap-persistent.c63 #define NUM_SNAPSHOT_HDR_CHUNKS 1 macro
269 return NUM_SNAPSHOT_HDR_CHUNKS + ((ps->exceptions_per_area + 1) * area); in area_location()
276 if (sector_div(next_free, stride) == NUM_SNAPSHOT_HDR_CHUNKS) in skip_metadata()
588 *metadata_sectors = (ps->current_area + 1 + NUM_SNAPSHOT_HDR_CHUNKS) * in persistent_usage()
866 ps->next_free = NUM_SNAPSHOT_HDR_CHUNKS + 1; /* header and 1st area */ in persistent_ctr()