Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid5-cache.c142 struct list_head no_space_stripes; /* pending stripes, log has no space */ member
995 list_add_tail(&sh->log_list, &log->no_space_stripes); in r5l_add_no_space_stripe()
1148 while (!list_empty(&log->no_space_stripes)) { in r5l_run_no_space_stripes()
1149 sh = list_first_entry(&log->no_space_stripes, in r5l_run_no_space_stripes()
1518 reclaim_target != 0 || !list_empty(&log->no_space_stripes); in r5l_do_reclaim()
3138 INIT_LIST_HEAD(&log->no_space_stripes); in r5l_init_log()