Lines Matching refs:scrub_parity
117 struct scrub_parity *sparity;
131 struct scrub_parity { struct
273 static void scrub_parity_get(struct scrub_parity *sparity);
274 static void scrub_parity_put(struct scrub_parity *sparity);
2317 static inline void __scrub_mark_bitmap(struct scrub_parity *sparity, in __scrub_mark_bitmap()
2344 static inline void scrub_parity_mark_sectors_error(struct scrub_parity *sparity, in scrub_parity_mark_sectors_error()
2350 static inline void scrub_parity_mark_sectors_data(struct scrub_parity *sparity, in scrub_parity_mark_sectors_data()
2473 static int scrub_pages_for_parity(struct scrub_parity *sparity, in scrub_pages_for_parity()
2557 static int scrub_extent_for_parity(struct scrub_parity *sparity, in scrub_extent_for_parity()
2643 static void scrub_free_parity(struct scrub_parity *sparity) in scrub_free_parity()
2667 struct scrub_parity *sparity = (struct scrub_parity *)bio->bi_private; in scrub_parity_bio_endio()
2679 static void scrub_parity_check_and_repair(struct scrub_parity *sparity) in scrub_parity_check_and_repair()
2741 static void scrub_parity_get(struct scrub_parity *sparity) in scrub_parity_get()
2746 static void scrub_parity_put(struct scrub_parity *sparity) in scrub_parity_put()
2775 struct scrub_parity *sparity; in scrub_raid56_parity()
2783 sparity = kzalloc(sizeof(struct scrub_parity) + 2 * bitmap_len, in scrub_raid56_parity()