Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dscrub.c166 int pages_per_wr_bio; /* <= SCRUB_PAGES_PER_WR_BIO */ member
1731 bio = btrfs_io_bio_alloc(GFP_NOFS, wr_ctx->pages_per_wr_bio); in scrub_add_page_to_wr_bio()
1767 if (sbio->page_count == wr_ctx->pages_per_wr_bio) in scrub_add_page_to_wr_bio()
3878 wr_ctx->pages_per_wr_bio = min_t(int, SCRUB_PAGES_PER_WR_BIO, in scrub_setup_wr_ctx()