Home
last modified time | relevance | path

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

/fs/logfs/
Dgc.c288 cand = add_list(cand, &super->s_low_list[cand->dist]); in __add_candidate()
373 this = first_in_list(&super->s_low_list[i]); in get_candidate()
694 logfs_init_candlist(&super->s_low_list[i], LIST_SIZE, 0); in logfs_init_gc()
730 logfs_cleanup_list(sb, &super->s_low_list[i]); in logfs_cleanup_gc()
Dlogfs.h373 struct candidate_list s_low_list[LOGFS_NO_AREAS];/* good candidates */ member