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