fs/f2fs/gc.c
2118
sizeof(struct victim_entry));
fs/f2fs/gc.c
435
struct victim_entry *cur_ve, *next_ve;
fs/f2fs/gc.c
442
cur_ve = rb_entry(cur, struct victim_entry, rb_node);
fs/f2fs/gc.c
443
next_ve = rb_entry(next, struct victim_entry, rb_node);
fs/f2fs/gc.c
457
static struct victim_entry *__lookup_victim_entry(struct f2fs_sb_info *sbi,
fs/f2fs/gc.c
462
struct victim_entry *ve = NULL;
fs/f2fs/gc.c
465
ve = rb_entry(node, struct victim_entry, rb_node);
fs/f2fs/gc.c
475
static struct victim_entry *__create_victim_entry(struct f2fs_sb_info *sbi,
fs/f2fs/gc.c
479
struct victim_entry *ve;
fs/f2fs/gc.c
499
struct victim_entry *ve;
fs/f2fs/gc.c
505
ve = rb_entry(parent, struct victim_entry, rb_node);
fs/f2fs/gc.c
560
struct victim_entry *ve;
fs/f2fs/gc.c
586
ve = rb_entry_safe(node, struct victim_entry, rb_node);
fs/f2fs/gc.c
631
struct victim_entry *ve;
fs/f2fs/gc.c
682
struct victim_entry, rb_node);
fs/f2fs/gc.c
706
struct victim_entry *ve, *tmp;