Lines Matching defs:scrub_bio
84 struct scrub_bio { struct
85 int index;
86 struct scrub_ctx *sctx;
87 struct btrfs_device *dev;
88 struct bio *bio;
89 blk_status_t status;
90 u64 logical;
91 u64 physical;
93 struct scrub_page *pagev[SCRUB_PAGES_PER_WR_BIO];
95 struct scrub_page *pagev[SCRUB_PAGES_PER_RD_BIO];
97 int page_count;
98 int next_free;
99 struct btrfs_work work;