Searched defs:scrub_parity (Results 1 – 1 of 1) sorted by relevance
131 struct scrub_parity { struct132 struct scrub_ctx *sctx;134 struct btrfs_device *scrub_dev;136 u64 logic_start;138 u64 logic_end;140 int nsectors;142 int stripe_len;144 atomic_t refs;146 struct list_head spages;149 struct btrfs_work work;[all …]