Searched refs:f2fs_stat_info (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | debug.c | 34 struct f2fs_stat_info *si = F2FS_STAT(sbi); in f2fs_update_sit_info() 65 struct f2fs_stat_info *si = F2FS_STAT(sbi); in update_general_status() 235 struct f2fs_stat_info *si = F2FS_STAT(sbi); in update_mem_info() 242 si->base_mem = sizeof(struct f2fs_stat_info); in update_mem_info() 345 struct f2fs_stat_info *si; in stat_show() 603 struct f2fs_stat_info *si; in f2fs_build_stats() 606 si = f2fs_kzalloc(sbi, sizeof(struct f2fs_stat_info), GFP_KERNEL); in f2fs_build_stats() 653 struct f2fs_stat_info *si = F2FS_STAT(sbi); in f2fs_destroy_stats()
|
| H A D | sysfs.c | 226 struct f2fs_stat_info *si = F2FS_STAT(sbi); in moved_blocks_foreground_show() 236 struct f2fs_stat_info *si = F2FS_STAT(sbi); in moved_blocks_background_show() 245 struct f2fs_stat_info *si = F2FS_STAT(sbi); in avg_vblocks_show() 756 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_foreground_calls, cp_count); 757 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_background_calls, bg_cp_count); 758 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, gc_foreground_calls, call_count); 759 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, gc_background_calls, bg_gc);
|
| H A D | f2fs.h | 1710 struct f2fs_stat_info *stat_info; /* FS status information */ 3801 struct f2fs_stat_info { struct 3866 static inline struct f2fs_stat_info *F2FS_STAT(struct f2fs_sb_info *sbi) in F2FS_STAT() argument 3868 return (struct f2fs_stat_info *)sbi->stat_info; in F2FS_STAT() 3964 struct f2fs_stat_info *si = F2FS_STAT(sbi); \ 3980 struct f2fs_stat_info *si = F2FS_STAT(sbi); \ 3988 struct f2fs_stat_info *si = F2FS_STAT(sbi); \
|