Searched defs:scrub_stripe (Results 1 – 1 of 1) sorted by relevance
129 struct scrub_stripe { struct130 struct scrub_ctx *sctx;131 struct btrfs_block_group *bg;132 struct scrub_sector_verification *sectors;133 struct btrfs_device *dev;158 * scrub_stripe_flags enum. argument160 unsigned long state;186 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES]; argument2399 static noinline_for_stack int scrub_stripe(struct scrub_ctx *sctx, in scrub_stripe() function