Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid5-cache.c228 atomic_t pending_stripe;/* how many stripes not flushed to raid */ member
623 if (atomic_dec_and_test(&io->pending_stripe)) { in r5l_log_endio()
631 if (atomic_dec_and_test(&io->pending_stripe)) in r5l_log_endio()
908 atomic_inc(&io->pending_stripe); in r5l_append_flush_payload()
972 atomic_inc(&io->pending_stripe); in r5l_log_stripe()
1133 atomic_inc(&log->current_io->pending_stripe); in r5l_handle_flush_request()
1262 if (io && atomic_dec_and_test(&io->pending_stripe)) in r5l_stripe_write_finished()