Lines Matching defs:scrub_bio
80 struct scrub_bio { struct81 int index;82 struct scrub_ctx *sctx;83 struct btrfs_device *dev;84 struct bio *bio;85 blk_status_t status;86 u64 logical;87 u64 physical;88 struct scrub_sector *sectors[SCRUB_SECTORS_PER_BIO];89 int sector_count;90 int next_free;91 struct work_struct work;