Home
last modified time | relevance | path

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

/fs/btrfs/
Dscrub.c39 struct scrub_ctx;
85 struct scrub_ctx *sctx;
106 struct scrub_ctx *sctx;
123 struct scrub_ctx *sctx;
154 struct scrub_ctx { struct
235 static int scrub_pages(struct scrub_ctx *sctx, u64 logical, u32 len,
247 static int scrub_add_page_to_wr_bio(struct scrub_ctx *sctx,
249 static void scrub_wr_submit(struct scrub_ctx *sctx);
252 static void scrub_put_ctx(struct scrub_ctx *sctx);
260 static void scrub_pending_bio_inc(struct scrub_ctx *sctx) in scrub_pending_bio_inc()
[all …]
Dvolumes.h124 struct scrub_ctx *scrub_ctx; member