Home
last modified time | relevance | path

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

/fs/btrfs/
Dscrub.c185 struct scrub_ctx { struct
186 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES];
187 struct scrub_stripe *raid56_data_stripes;
188 struct btrfs_fs_info *fs_info;
189 struct btrfs_path extent_path;
190 struct btrfs_path csum_path;
191 int first_free;
192 int cur_stripe;
193 atomic_t cancel_req;
194 int readonly;
[all …]
Dvolumes.h154 struct scrub_ctx *scrub_ctx; member