Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dscrub.c103 #define SCRUB_STRIPE_PAGES (BTRFS_STRIPE_LEN / PAGE_SIZE) macro
112 struct page *pages[SCRUB_STRIPE_PAGES];
236 for (int i = 0; i < SCRUB_STRIPE_PAGES; i++) { in release_scrub_stripe()
264 ret = btrfs_alloc_page_array(SCRUB_STRIPE_PAGES, stripe->pages, false); in init_scrub_stripe()
1763 bbio = btrfs_bio_alloc(SCRUB_STRIPE_PAGES, REQ_OP_READ, fs_info, in scrub_submit_initial_read()