Lines Matching refs:victim_entry
398 struct victim_entry *cur_ve, *next_ve;
405 cur_ve = rb_entry(cur, struct victim_entry, rb_node);
406 next_ve = rb_entry(next, struct victim_entry, rb_node);
420 static struct victim_entry *__lookup_victim_entry(struct f2fs_sb_info *sbi,
425 struct victim_entry *ve = NULL;
428 ve = rb_entry(node, struct victim_entry, rb_node);
438 static struct victim_entry *__create_victim_entry(struct f2fs_sb_info *sbi,
442 struct victim_entry *ve;
462 struct victim_entry *ve;
468 ve = rb_entry(parent, struct victim_entry, rb_node);
527 struct victim_entry *ve;
553 ve = rb_entry_safe(node, struct victim_entry, rb_node);
598 struct victim_entry *ve;
650 struct victim_entry, rb_node);
674 struct victim_entry *ve, *tmp;
1944 sizeof(struct victim_entry));