Searched refs:wl_cand (Results 1 – 1 of 1) sorted by relevance
538 struct gc_candidate *wl_cand, *free_cand; in logfs_wl_pass() local543 wl_cand = first_in_list(&super->s_ec_list); in logfs_wl_pass()544 if (!wl_cand) in logfs_wl_pass()550 if (wl_cand->erase_count < free_cand->erase_count + WL_DELTA) { in logfs_wl_pass()551 remove_from_list(wl_cand); in logfs_wl_pass()552 __logfs_gc_once(sb, wl_cand); in logfs_wl_pass()