Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H A Dvolume-index.c322 u64 dense_chapters, sparse_chapters; in split_configuration() local
333 sparse_chapters = config->geometry->sparse_chapters_per_volume; in split_configuration()
334 dense_chapters = config->geometry->chapters_per_volume - sparse_chapters; in split_configuration()