fs/f2fs/gc.c
2066
sizeof(struct victim_entry));
fs/f2fs/gc.c
434
struct victim_entry *cur_ve, *next_ve;
fs/f2fs/gc.c
441
cur_ve = rb_entry(cur, struct victim_entry, rb_node);
fs/f2fs/gc.c
442
next_ve = rb_entry(next, struct victim_entry, rb_node);
fs/f2fs/gc.c
456
static struct victim_entry *__lookup_victim_entry(struct f2fs_sb_info *sbi,
fs/f2fs/gc.c
461
struct victim_entry *ve = NULL;
fs/f2fs/gc.c
464
ve = rb_entry(node, struct victim_entry, rb_node);
fs/f2fs/gc.c
474
static struct victim_entry *__create_victim_entry(struct f2fs_sb_info *sbi,
fs/f2fs/gc.c
478
struct victim_entry *ve;
fs/f2fs/gc.c
498
struct victim_entry *ve;
fs/f2fs/gc.c
504
ve = rb_entry(parent, struct victim_entry, rb_node);
fs/f2fs/gc.c
559
struct victim_entry *ve;
fs/f2fs/gc.c
585
ve = rb_entry_safe(node, struct victim_entry, rb_node);
fs/f2fs/gc.c
630
struct victim_entry *ve;
fs/f2fs/gc.c
681
struct victim_entry, rb_node);
fs/f2fs/gc.c
705
struct victim_entry *ve, *tmp;