Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dscrub.c137 struct scrub_stripe { struct
194 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES]; argument
195 struct scrub_stripe *raid56_data_stripes;
241 static inline void scrub_bitmap_set_##name(struct scrub_stripe *stripe, \
250 static inline void scrub_bitmap_clear_##name(struct scrub_stripe *stripe, \
259 static inline bool scrub_bitmap_test_bit_##name(struct scrub_stripe *stripe, \
267 static inline void scrub_bitmap_set_bit_##name(struct scrub_stripe *stripe, \
275 static inline void scrub_bitmap_clear_bit_##name(struct scrub_stripe *stripe, \
283 static inline unsigned long scrub_bitmap_read_##name(struct scrub_stripe *stripe) \
294 static inline bool scrub_bitmap_empty_##name(struct scrub_stripe *stripe) \
[all …]