Searched refs:SCRUB_PAGES_PER_RD_BIO (Results 1 – 1 of 1) sorted by relevance
55 #define SCRUB_PAGES_PER_RD_BIO 32 /* 128k per bio */ macro101 #if SCRUB_PAGES_PER_WR_BIO >= SCRUB_PAGES_PER_RD_BIO104 struct scrub_page *pagev[SCRUB_PAGES_PER_RD_BIO];469 sctx->pages_per_rd_bio = SCRUB_PAGES_PER_RD_BIO; in scrub_setup_ctx()1354 BUG_ON(page_index >= SCRUB_PAGES_PER_RD_BIO); in scrub_setup_recheck_block()2346 BUG_ON(sbio->page_count > SCRUB_PAGES_PER_RD_BIO); in scrub_bio_end_io_worker()