Searched defs:scrub_stripe (Results 1 – 1 of 1) sorted by relevance
138 struct scrub_stripe { struct139 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. argument169 unsigned long state;195 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES]; argument2361 static noinline_for_stack int scrub_stripe(struct scrub_ctx *sctx, in scrub_stripe() function