Searched refs:logfs_init_candlist (Results 1 - 1 of 1) sorted by relevance

/fs/logfs/
H A Dgc.c675 static void logfs_init_candlist(struct candidate_list *list, int maxcount, function
690 logfs_init_candlist(&super->s_free_list, LIST_SIZE + SCAN_RATIO, 1);
691 logfs_init_candlist(&super->s_reserve_list,
694 logfs_init_candlist(&super->s_low_list[i], LIST_SIZE, 0);
695 logfs_init_candlist(&super->s_ec_list, LIST_SIZE, 1);

Completed in 5 milliseconds