Home
last modified time | relevance | path

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

/fs/btrfs/
Dscrub.c83 struct scrub_bio { struct
84 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 …]