Home
last modified time | relevance | path

Searched refs:scrub_ctx (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/btrfs/
Dscrub.c39 struct scrub_ctx;
82 struct scrub_ctx *sctx;
113 struct scrub_ctx *sctx;
130 struct scrub_ctx *sctx;
159 struct scrub_ctx { struct
255 static struct scrub_block *alloc_scrub_block(struct scrub_ctx *sctx, in alloc_scrub_block()
405 static int scrub_sectors(struct scrub_ctx *sctx, u64 logical, u32 len,
417 static int scrub_add_sector_to_wr_bio(struct scrub_ctx *sctx,
419 static void scrub_wr_submit(struct scrub_ctx *sctx);
422 static void scrub_put_ctx(struct scrub_ctx *sctx);
[all …]
Dvolumes.h163 struct scrub_ctx *scrub_ctx; member