Searched refs:victim_entry (Results 1 – 2 of 2) sorted by relevance
/linux/fs/f2fs/ |
H A D | gc.c | 427 struct victim_entry *cur_ve, *next_ve; in f2fs_check_victim_tree() 434 cur_ve = rb_entry(cur, struct victim_entry, rb_node); in f2fs_check_victim_tree() 435 next_ve = rb_entry(next, struct victim_entry, rb_node); in f2fs_check_victim_tree() 449 static struct victim_entry *__lookup_victim_entry(struct f2fs_sb_info *sbi, in __lookup_victim_entry() 454 struct victim_entry *ve = NULL; in __lookup_victim_entry() 457 ve = rb_entry(node, struct victim_entry, rb_node); in __lookup_victim_entry() 467 static struct victim_entry *__create_victim_entry(struct f2fs_sb_info *sbi, in __create_victim_entry() 471 struct victim_entry *ve; in __create_victim_entry() 491 struct victim_entry *ve; in __insert_victim_entry() 497 ve = rb_entry(parent, struct victim_entry, rb_nod in __insert_victim_entry() [all...] |
H A D | gc.h | 80 struct victim_entry { struct 81 rb_nodevictim_entry global() argument 82 mtimevictim_entry global() argument 83 segnovictim_entry global() argument 84 listvictim_entry global() argument
|