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