Searched defs:scrub_bio (Results 1 – 1 of 1) sorted by relevance
93 struct scrub_bio { struct94 int index;95 struct scrub_ctx *sctx;96 struct btrfs_device *dev;97 struct bio *bio;98 int err;99 u64 logical;100 u64 physical;102 struct scrub_page *pagev[SCRUB_PAGES_PER_WR_BIO];104 struct scrub_page *pagev[SCRUB_PAGES_PER_RD_BIO];[all …]