Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Draid5-cache.c219 atomic_t pending_stripe;/* how many stripes not flushed to raid */ member
614 if (atomic_dec_and_test(&io->pending_stripe)) { in r5l_log_endio()
622 if (atomic_dec_and_test(&io->pending_stripe)) in r5l_log_endio()
899 atomic_inc(&io->pending_stripe); in r5l_append_flush_payload()
963 atomic_inc(&io->pending_stripe); in r5l_log_stripe()
1124 atomic_inc(&log->current_io->pending_stripe); in r5l_handle_flush_request()
1253 if (io && atomic_dec_and_test(&io->pending_stripe)) in r5l_stripe_write_finished()