Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/persistent-data/
Ddm-array.c455 static unsigned int total_nr_blocks_needed(unsigned int nr_full_blocks, in total_nr_blocks_needed() argument
458 return nr_full_blocks + (nr_entries_in_last_block ? 1 : 0); in total_nr_blocks_needed()