Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c564 unsigned int age_weight = am->age_weight; in atgc_lookup_victim() local
589 age_weight; in atgc_lookup_victim()
596 (100 - age_weight); in atgc_lookup_victim()
2135 am->age_weight = DEF_GC_THREAD_AGE_WEIGHT; in init_atgc_management()
H A Dsysfs.c800 sbi->am.age_weight = t; in __sbi_store()
1347 ATGC_INFO_RW_ATTR(atgc_age_weight, age_weight);
H A Df2fs.h1444 unsigned int age_weight; /* age weight, vblock_weight = 100 - age_weight */ member