Searched refs:STAT_INFO (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | sysfs.c | 30 STAT_INFO, /* struct f2fs_stat_info */ enumerator 77 else if (struct_type == STAT_INFO) in __struct_ptr() 623 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_foreground_calls, cp_count); 624 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_background_calls, bg_cp_count); 625 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, gc_foreground_calls, call_count); 626 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, gc_background_calls, bg_gc);
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | sysfs.c | 33 STAT_INFO, /* struct f2fs_stat_info */ enumerator 85 else if (struct_type == STAT_INFO) in __struct_ptr() 857 F2FS_RO_ATTR(STAT_INFO, f2fs_stat_info, name, elname) 983 /* STAT_INFO ATTR */
|
Completed in 4 milliseconds