Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/
Draid5.h230 struct r5l_io_unit *log_io; member
Draid5-cache.c962 sh->log_io = io; in r5l_log_stripe()
1005 if (sh->log_io || !test_bit(R5_Wantwrite, &sh->dev[sh->pd_idx].flags) || in r5l_write_stripe()
1248 io = sh->log_io; in r5l_stripe_write_finished()
1249 sh->log_io = NULL; in r5l_stripe_write_finished()
Draid5.c5075 if (!sh->reconstruct_state && !sh->check_state && !sh->log_io) { in handle_stripe()