Lines Matching defs:sparity
117 struct scrub_parity *sparity; member
2382 static inline void __scrub_mark_bitmap(struct scrub_parity *sparity, in __scrub_mark_bitmap()
2409 static inline void scrub_parity_mark_sectors_error(struct scrub_parity *sparity, in scrub_parity_mark_sectors_error()
2415 static inline void scrub_parity_mark_sectors_data(struct scrub_parity *sparity, in scrub_parity_mark_sectors_data()
2537 static int scrub_pages_for_parity(struct scrub_parity *sparity, in scrub_pages_for_parity()
2621 static int scrub_extent_for_parity(struct scrub_parity *sparity, in scrub_extent_for_parity()
2712 static void scrub_free_parity(struct scrub_parity *sparity) in scrub_free_parity()
2736 struct scrub_parity *sparity = container_of(work, struct scrub_parity, in scrub_parity_bio_endio_worker() local
2746 struct scrub_parity *sparity = (struct scrub_parity *)bio->bi_private; in scrub_parity_bio_endio() local
2760 static void scrub_parity_check_and_repair(struct scrub_parity *sparity) in scrub_parity_check_and_repair()
2821 static void scrub_parity_get(struct scrub_parity *sparity) in scrub_parity_get()
2826 static void scrub_parity_put(struct scrub_parity *sparity) in scrub_parity_put()
2857 struct scrub_parity *sparity; in scrub_raid56_parity() local