Home
last modified time | relevance | path

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

/linux-4.4.14/fs/logfs/
Dgc.c234 u32 get_best_cand(struct super_block *sb, struct candidate_list *list, u32 *ec) in get_best_cand() function
Dlogfs.h512 u32 get_best_cand(struct super_block *sb, struct candidate_list *list, u32 *ec);
Djournal.c826 segno = get_best_cand(sb, &super->s_reserve_list, &ec); in do_logfs_journal_wl_pass()
Dsegment.c809 area->a_segno = get_best_cand(sb, &super->s_free_list, NULL); in ostore_get_free_segment()