Searched refs:ATGC_INFO (Results 1 – 1 of 1) sorted by relevance
/fs/f2fs/ |
D | sysfs.c | 40 ATGC_INFO, /* struct atgc_management */ enumerator 79 else if (struct_type == ATGC_INFO) in __struct_ptr() 807 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_candidate_ratio, candidate_ratio); 808 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_candidate_count, max_candidate_count); 809 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_age_weight, age_weight); 810 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_age_threshold, age_threshold);
|