Searched refs:stripe_head (Results 1 – 2 of 2) sorted by relevance
188 static inline int raid6_d0(struct stripe_head *sh) in raid6_d0()210 static int raid6_idx_to_slot(int idx, struct stripe_head *sh, in raid6_idx_to_slot()243 static int stripe_operations_active(struct stripe_head *sh) in stripe_operations_active()250 static void raid5_wakeup_stripe_thread(struct stripe_head *sh) in raid5_wakeup_stripe_thread()293 static void do_release_stripe(struct r5conf *conf, struct stripe_head *sh, in do_release_stripe()328 static void __release_stripe(struct r5conf *conf, struct stripe_head *sh, in __release_stripe()386 struct stripe_head *sh; in release_stripe_list()395 sh = llist_entry(head, struct stripe_head, release_list); in release_stripe_list()413 static void release_stripe(struct stripe_head *sh) in release_stripe()446 static inline void remove_hash(struct stripe_head *sh) in remove_hash()[all …]
197 struct stripe_head { struct223 struct stripe_head *batch_head; /* protected by stripe lock */ argument