Searched refs:ATGC_INFO (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/f2fs/ |
D | sysfs.c | 41 ATGC_INFO, /* struct atgc_management */ enumerator 90 else if (struct_type == ATGC_INFO) in __struct_ptr() 888 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_candidate_ratio, candidate_ratio); 889 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_candidate_count, max_candidate_count); 890 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_age_weight, age_weight); 891 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_age_threshold, age_threshold);
|