Searched refs:bm_seq (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/
H A Draid5.h214 int bm_seq; /* sequence number for bitmap flushes */ member in struct:stripe_head
H A Draid5.c26 * (in add_stripe_bio) we update the in-memory bitmap and record in sh->bm_seq
256 sh->bm_seq - conf->seq_write > 0)
995 int seq = sh->bm_seq;
997 sh->batch_head->bm_seq > seq)
998 seq = sh->batch_head->bm_seq;
1000 sh->batch_head->bm_seq = seq;
3555 * we have added to the bitmap and set bm_seq.
3572 sh->bm_seq = conf->seq_flush+1;
5799 sh->bm_seq = conf->seq_flush + 1;

Completed in 149 milliseconds