Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dscrub.c55 #define SCRUB_MAX_PAGES_PER_BLOCK 16 /* 64k per node/leaf/sector */ macro
103 struct scrub_page *pagev[SCRUB_MAX_PAGES_PER_BLOCK];
1321 BUG_ON(page_index >= SCRUB_MAX_PAGES_PER_BLOCK); in scrub_setup_recheck_block()
2188 BUG_ON(index >= SCRUB_MAX_PAGES_PER_BLOCK); in scrub_pages()
2495 BUG_ON(index >= SCRUB_MAX_PAGES_PER_BLOCK); in scrub_pages_for_parity()
3841 PAGE_SIZE * SCRUB_MAX_PAGES_PER_BLOCK || in btrfs_scrub_dev()
3842 fs_info->sectorsize > PAGE_SIZE * SCRUB_MAX_PAGES_PER_BLOCK) { in btrfs_scrub_dev()
3850 SCRUB_MAX_PAGES_PER_BLOCK, in btrfs_scrub_dev()
3852 SCRUB_MAX_PAGES_PER_BLOCK); in btrfs_scrub_dev()