Searched defs:scrub_bio (Results 1 – 1 of 1) sorted by relevance
80 struct scrub_bio { struct81 int index;82 struct scrub_ctx *sctx;83 struct btrfs_device *dev;84 struct bio *bio;85 blk_status_t status;86 u64 logical;87 u64 physical;88 struct scrub_sector *sectors[SCRUB_SECTORS_PER_BIO];89 int sector_count;[all …]