Searched defs:SCRUB_MAX_PAGES_PER_BLOCK (Results 1 - 1 of 1) sorted by relevance

/fs/btrfs/
H A Dscrub.c64 #define SCRUB_MAX_PAGES_PER_BLOCK 16 /* 64k per node/leaf/sector */ macro
103 struct scrub_page *pagev[SCRUB_MAX_PAGES_PER_BLOCK];
2026 BUG_ON(index >= SCRUB_MAX_PAGES_PER_BLOCK);
2931 PAGE_SIZE * SCRUB_MAX_PAGES_PER_BLOCK ||
2933 PAGE_SIZE * SCRUB_MAX_PAGES_PER_BLOCK) {
2939 "<= SCRUB_MAX_PAGES_PER_BLOCK (%d <= %d && %d <= %d) fails",
2941 SCRUB_MAX_PAGES_PER_BLOCK,
2943 SCRUB_MAX_PAGES_PER_BLOCK);

Completed in 81 milliseconds