Home
last modified time | relevance | path

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

/fs/btrfs/
Draid56.c971 static unsigned long rbio_nr_pages(unsigned long stripe_len, int nr_stripes) in rbio_nr_pages() argument
973 return DIV_ROUND_UP(stripe_len, PAGE_SIZE) * nr_stripes; in rbio_nr_pages()