Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/ !
Draid5-cache.c133 struct list_head no_space_stripes; /* pending stripes, log has no space */ member
983 list_add_tail(&sh->log_list, &log->no_space_stripes); in r5l_add_no_space_stripe()
1136 while (!list_empty(&log->no_space_stripes)) { in r5l_run_no_space_stripes()
1137 sh = list_first_entry(&log->no_space_stripes, in r5l_run_no_space_stripes()
1507 reclaim_target != 0 || !list_empty(&log->no_space_stripes); in r5l_do_reclaim()
3136 INIT_LIST_HEAD(&log->no_space_stripes); in r5l_init_log()