Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5-cache.c84 struct list_head no_space_stripes; /* pending stripes, log has no space */ member
482 list_add_tail(&sh->log_list, &log->no_space_stripes); in r5l_write_stripe()
525 while (!list_empty(&log->no_space_stripes)) { in r5l_run_no_space_stripes()
526 sh = list_first_entry(&log->no_space_stripes, in r5l_run_no_space_stripes()
1169 INIT_LIST_HEAD(&log->no_space_stripes); in r5l_init_log()