Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dgc.c384 list_add_tail(&ve->list, &am->victim_list); in attach_victim_entry()
619 list_for_each_entry_safe(ve, tmp, &am->victim_list, list) { in release_victim_entry()
628 f2fs_bug_on(sbi, !list_empty(&am->victim_list)); in release_victim_entry()
1824 INIT_LIST_HEAD(&am->victim_list); in init_atgc_management()
Df2fs.h1231 struct list_head victim_list; /* linked with all victim entries */ member