Searched refs:ATGC_INFO (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/fs/f2fs/ |
| D | sysfs.c | 41 ATGC_INFO, /* struct atgc_management */ enumerator 80 else if (struct_type == ATGC_INFO) in __struct_ptr() 776 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_candidate_ratio, candidate_ratio); 777 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_candidate_count, max_candidate_count); 778 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_age_weight, age_weight); 779 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_age_threshold, age_threshold);
|