Home
last modified time | relevance | path

Searched defs:atgc_management (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/fs/f2fs/
Df2fs.h1228 struct atgc_management { struct
1229 bool atgc_enabled; /* ATGC is enabled or not */
1230 struct rb_root_cached root; /* root of victim rb-tree */
1231 struct list_head victim_list; /* linked with all victim entries */
1232 unsigned int victim_count; /* victim count in rb-tree */
1233 unsigned int candidate_ratio; /* candidate ratio */
1234 unsigned int max_candidate_count; /* max candidate count */
1235 unsigned int age_weight; /* age weight, vblock_weight = 100 - age_weight */
1236 unsigned long long age_threshold; /* age threshold */