Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dscrub.c55 #define SCRUB_PAGES_PER_RD_BIO 32 /* 128k per bio */ macro
101 #if SCRUB_PAGES_PER_WR_BIO >= SCRUB_PAGES_PER_RD_BIO
104 struct scrub_page *pagev[SCRUB_PAGES_PER_RD_BIO];
468 pages_per_rd_bio = min_t(int, SCRUB_PAGES_PER_RD_BIO, in scrub_setup_ctx()
471 pages_per_rd_bio = SCRUB_PAGES_PER_RD_BIO; in scrub_setup_ctx()
1367 BUG_ON(page_index >= SCRUB_PAGES_PER_RD_BIO); in scrub_setup_recheck_block()
2280 BUG_ON(sbio->page_count > SCRUB_PAGES_PER_RD_BIO); in scrub_bio_end_io_worker()