Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dscrub.c129 struct scrub_stripe { struct
130 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. argument
160 unsigned long state;
186 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES]; argument
2399 static noinline_for_stack int scrub_stripe(struct scrub_ctx *sctx, in scrub_stripe() function