Searched defs:scrub_bio (Results 1 – 1 of 1) sorted by relevance
84 struct scrub_bio { struct85 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];[all …]