Searched refs:batch_head (Results 1 – 2 of 2) sorted by relevance
573 BUG_ON(sh->batch_head); in init_stripe()866 if (sh->batch_head) in stripe_add_to_batch_list()876 if (head->batch_head) { in stripe_add_to_batch_list()877 spin_lock(&head->batch_head->batch_lock); in stripe_add_to_batch_list()880 spin_unlock(&head->batch_head->batch_lock); in stripe_add_to_batch_list()890 sh->batch_head = head->batch_head; in stripe_add_to_batch_list()897 spin_unlock(&head->batch_head->batch_lock); in stripe_add_to_batch_list()899 head->batch_head = head; in stripe_add_to_batch_list()900 sh->batch_head = head->batch_head; in stripe_add_to_batch_list()913 if (test_bit(STRIPE_BIT_DELAY, &sh->batch_head->state) && in stripe_add_to_batch_list()[all …]
225 struct stripe_head *batch_head; /* protected by stripe lock */ member