Home
last modified time | relevance | path

Searched refs:age_weight (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/f2fs/
Dgc.c469 unsigned int age_weight = am->age_weight; in atgc_lookup_victim() local
496 age_weight; in atgc_lookup_victim()
503 (100 - age_weight); in atgc_lookup_victim()
1829 am->age_weight = DEF_GC_THREAD_AGE_WEIGHT; in init_atgc_management()
Dsysfs.c527 sbi->am.age_weight = t; in __sbi_store()
778 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_age_weight, age_weight);
Df2fs.h1235 unsigned int age_weight; /* age weight, vblock_weight = 100 - age_weight */ member