Home
last modified time | relevance | path

Searched defs:scrub_bio (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/fs/btrfs/
Dscrub.c80 struct scrub_bio { struct
81 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 …]