Searched refs:STAT_INFO (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/fs/f2fs/ |
| D | sysfs.c | 33 STAT_INFO, /* struct f2fs_stat_info */ enumerator 75 else if (struct_type == STAT_INFO) in __struct_ptr() 732 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_foreground_calls, cp_count); 733 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_background_calls, bg_cp_count); 734 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, gc_foreground_calls, call_count); 735 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, gc_background_calls, bg_gc);
|