Home
last modified time | relevance | path

Searched defs:scrub_stripe (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Dscrub.c138 struct scrub_stripe { struct
139 struct scrub_ctx *sctx;
140 struct btrfs_block_group *bg;
142 struct page *pages[SCRUB_STRIPE_PAGES];
143 struct scrub_sector_verification *sectors;
167 * scrub_stripe_flags enum. argument
169 unsigned long state;
195 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES]; argument
2361 static noinline_for_stack int scrub_stripe(struct scrub_ctx *sctx, in scrub_stripe() function