Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5-cache.c106 atomic_t pending_stripe;/* how many stripes not flushed to raid */ member
414 atomic_inc(&io->pending_stripe); in r5l_log_stripe()
592 if (io && atomic_dec_and_test(&io->pending_stripe)) in r5l_stripe_write_finished()