Home
last modified time | relevance | path

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

/linux-6.12.1/fs/f2fs/
Dgc.c432 struct victim_entry *cur_ve, *next_ve; in f2fs_check_victim_tree()
439 cur_ve = rb_entry(cur, struct victim_entry, rb_node); in f2fs_check_victim_tree()
440 next_ve = rb_entry(next, struct victim_entry, rb_node); in f2fs_check_victim_tree()
454 static struct victim_entry *__lookup_victim_entry(struct f2fs_sb_info *sbi, in __lookup_victim_entry()
459 struct victim_entry *ve = NULL; in __lookup_victim_entry()
462 ve = rb_entry(node, struct victim_entry, rb_node); in __lookup_victim_entry()
472 static struct victim_entry *__create_victim_entry(struct f2fs_sb_info *sbi, in __create_victim_entry()
476 struct victim_entry *ve; in __create_victim_entry()
496 struct victim_entry *ve; in __insert_victim_entry()
502 ve = rb_entry(parent, struct victim_entry, rb_node); in __insert_victim_entry()
[all …]
Dgc.h77 struct victim_entry { struct