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