Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5-cache.c133 struct list_head no_space_stripes; /* pending stripes, log has no space */ member
985 list_add_tail(&sh->log_list, &log->no_space_stripes); in r5l_add_no_space_stripe()
1138 while (!list_empty(&log->no_space_stripes)) { in r5l_run_no_space_stripes()
1139 sh = list_first_entry(&log->no_space_stripes, in r5l_run_no_space_stripes()
1508 reclaim_target != 0 || !list_empty(&log->no_space_stripes); in r5l_do_reclaim()
3126 INIT_LIST_HEAD(&log->no_space_stripes); in r5l_init_log()