Lines Matching defs:batch_last
772 struct stripe_head *batch_last;
822 * Must release the reference to batch_last before
823 * waiting, on quiesce, otherwise the batch_last will
828 if (ctx && ctx->batch_last) {
829 raid5_release_stripe(ctx->batch_last);
830 ctx->batch_last = NULL;
862 /* release batch_last before wait to avoid risk of deadlock */
863 if (ctx && ctx->batch_last) {
864 raid5_release_stripe(ctx->batch_last);
865 ctx->batch_last = NULL;
5879 /* release batch_last before wait to avoid risk of deadlock */
5880 if (ctx->batch_last) {
5881 raid5_release_stripe(ctx->batch_last);
5882 ctx->batch_last = NULL;
6062 stripe_add_to_batch_list(conf, sh, ctx->batch_last);
6063 if (ctx->batch_last)
6064 raid5_release_stripe(ctx->batch_last);
6066 ctx->batch_last = sh;
6233 * Must release the reference to batch_last before
6235 * otherwise the batch_last stripe head could prevent
6239 if (ctx->batch_last) {
6240 raid5_release_stripe(ctx->batch_last);
6241 ctx->batch_last = NULL;
6259 if (ctx->batch_last)
6260 raid5_release_stripe(ctx->batch_last);