Searched defs:cand (Results 1 - 1 of 1) sorted by relevance

/fs/logfs/
H A Dgc.c182 static struct gc_candidate *add_list(struct gc_candidate *cand, argument
190 cand->list = list;
196 comp = cand->erase_count < cur->erase_count;
198 comp = cand->valid < cur->valid;
205 rb_link_node(&cand->rb_node, parent, p);
206 rb_insert_color(&cand->rb_node, &list->rb_tree);
212 cand = rb_entry(rb_last(&list->rb_tree), struct gc_candidate, rb_node);
213 rb_erase(&cand->rb_node, &list->rb_tree);
214 cand->list = NULL;
215 return cand;
218 remove_from_list(struct gc_candidate *cand) argument
226 free_candidate(struct super_block *sb, struct gc_candidate *cand) argument
236 struct gc_candidate *cand; local
268 __add_candidate(struct super_block *sb, struct gc_candidate *cand) argument
302 struct gc_candidate *cand; local
321 struct gc_candidate *cand; local
368 struct gc_candidate *cand = NULL, *this; local
384 __logfs_gc_once(struct super_block *sb, struct gc_candidate *cand) argument
413 struct gc_candidate *cand; local
581 struct gc_candidate *cand; local
702 struct gc_candidate *cand; local
[all...]

Completed in 5 milliseconds