Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dscrub.c64 #define SCRUB_MAX_PAGES_PER_BLOCK 16 /* 64k per node/leaf/sector */ macro
112 struct scrub_page *pagev[SCRUB_MAX_PAGES_PER_BLOCK];
2216 BUG_ON(index >= SCRUB_MAX_PAGES_PER_BLOCK); in scrub_pages()
2511 BUG_ON(index >= SCRUB_MAX_PAGES_PER_BLOCK); in scrub_pages_for_parity()
3642 PAGE_SIZE * SCRUB_MAX_PAGES_PER_BLOCK || in btrfs_scrub_dev()
3644 PAGE_SIZE * SCRUB_MAX_PAGES_PER_BLOCK) { in btrfs_scrub_dev()
3652 SCRUB_MAX_PAGES_PER_BLOCK, in btrfs_scrub_dev()
3654 SCRUB_MAX_PAGES_PER_BLOCK); in btrfs_scrub_dev()