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