Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dscrub.c41 struct scrub_ctx;
109 struct scrub_ctx *sctx;
185 struct scrub_ctx { struct
290 static void scrub_put_ctx(struct scrub_ctx *sctx);
324 static noinline_for_stack void scrub_free_ctx(struct scrub_ctx *sctx) in scrub_free_ctx()
337 static void scrub_put_ctx(struct scrub_ctx *sctx) in scrub_put_ctx()
343 static noinline_for_stack struct scrub_ctx *scrub_setup_ctx( in scrub_setup_ctx()
346 struct scrub_ctx *sctx; in scrub_setup_ctx()
561 static int fill_writer_pointer_gap(struct scrub_ctx *sctx, u64 physical) in fill_writer_pointer_gap()
867 static void scrub_stripe_report_errors(struct scrub_ctx *sctx, in scrub_stripe_report_errors()
[all …]
Dvolumes.h154 struct scrub_ctx *scrub_ctx; member