Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.c574 BUG_ON(sh->batch_head); in init_stripe()
867 if (sh->batch_head) in stripe_add_to_batch_list()
877 if (head->batch_head) { in stripe_add_to_batch_list()
878 spin_lock(&head->batch_head->batch_lock); in stripe_add_to_batch_list()
881 spin_unlock(&head->batch_head->batch_lock); in stripe_add_to_batch_list()
891 sh->batch_head = head->batch_head; in stripe_add_to_batch_list()
898 spin_unlock(&head->batch_head->batch_lock); in stripe_add_to_batch_list()
900 head->batch_head = head; in stripe_add_to_batch_list()
901 sh->batch_head = head->batch_head; in stripe_add_to_batch_list()
914 if (test_bit(STRIPE_BIT_DELAY, &sh->batch_head->state) && in stripe_add_to_batch_list()
[all …]
H A Draid5.h225 struct stripe_head *batch_head; /* protected by stripe lock */ member