Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h213 int bm_seq; /* sequence number for bitmap flushes */ member
H A Draid5.c26 * (in add_stripe_bio) we update the in-memory bitmap and record in sh->bm_seq
245 sh->bm_seq - conf->seq_write > 0) in do_release_stripe()
912 int seq = sh->bm_seq; in stripe_add_to_batch_list()
914 sh->batch_head->bm_seq > seq) in stripe_add_to_batch_list()
915 seq = sh->batch_head->bm_seq; in stripe_add_to_batch_list()
917 sh->batch_head->bm_seq = seq; in stripe_add_to_batch_list()
3496 * we have added to the bitmap and set bm_seq. in add_stripe_bio()
3513 sh->bm_seq = conf->seq_flush+1; in add_stripe_bio()
5750 sh->bm_seq = conf->seq_flush + 1; in make_discard_request()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h214 int bm_seq; /* sequence number for bitmap flushes */ member
H A Draid5.c26 * (in add_stripe_bio) we update the in-memory bitmap and record in sh->bm_seq
254 sh->bm_seq - conf->seq_write > 0)
994 int seq = sh->bm_seq; in stripe_add_to_batch_list()
996 sh->batch_head->bm_seq > seq) in stripe_add_to_batch_list()
997 seq = sh->batch_head->bm_seq; in stripe_add_to_batch_list()
999 sh->batch_head->bm_seq = seq; in stripe_add_to_batch_list()
3597 * we have added to the bitmap and set bm_seq. in __add_stripe_bio()
3614 sh->bm_seq = conf->seq_flush+1; in __add_stripe_bio()
5859 sh->bm_seq = conf->seq_flush + 1; in make_discard_request()

Completed in 24 milliseconds