Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid5.c529 BUG_ON(sh->batch_head); in init_stripe()
803 if (sh->batch_head) in stripe_add_to_batch_list()
812 if (head->batch_head) { in stripe_add_to_batch_list()
813 spin_lock(&head->batch_head->batch_lock); in stripe_add_to_batch_list()
816 spin_unlock(&head->batch_head->batch_lock); in stripe_add_to_batch_list()
825 spin_unlock(&head->batch_head->batch_lock); in stripe_add_to_batch_list()
827 sh->batch_head = head->batch_head; in stripe_add_to_batch_list()
829 head->batch_head = head; in stripe_add_to_batch_list()
830 sh->batch_head = head->batch_head; in stripe_add_to_batch_list()
843 if (test_bit(STRIPE_BIT_DELAY, &sh->batch_head->state) && in stripe_add_to_batch_list()
[all …]
Draid5.h223 struct stripe_head *batch_head; /* protected by stripe lock */ member