Searched refs:ATGC_INFO (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | sysfs.c | 40 ATGC_INFO, /* struct atgc_management */ enumerator 79 else if (struct_type == ATGC_INFO) in __struct_ptr() 800 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_candidate_ratio, candidate_ratio); 801 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_candidate_count, max_candidate_count); 802 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_age_weight, age_weight); 803 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_age_threshold, age_threshold);
|