Searched refs:f2fs_stat_info (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/fs/f2fs/ |
| 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() 210 struct f2fs_stat_info *si = F2FS_STAT(sbi); in update_mem_info() 217 si->base_mem = sizeof(struct f2fs_stat_info); in update_mem_info() 305 struct f2fs_stat_info *si; in stat_show() 526 struct f2fs_stat_info *si; in f2fs_build_stats() 529 si = f2fs_kzalloc(sbi, sizeof(struct f2fs_stat_info), GFP_KERNEL); in f2fs_build_stats() 571 struct f2fs_stat_info *si = F2FS_STAT(sbi); in f2fs_destroy_stats()
|
| D | sysfs.c | 201 struct f2fs_stat_info *si = F2FS_STAT(sbi); in moved_blocks_foreground_show() 211 struct f2fs_stat_info *si = F2FS_STAT(sbi); in moved_blocks_background_show() 220 struct f2fs_stat_info *si = F2FS_STAT(sbi); in avg_vblocks_show() 587 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_foreground_calls, cp_count); 588 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_background_calls, bg_cp_count); 589 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, gc_foreground_calls, call_count); 590 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, gc_background_calls, bg_gc);
|
| D | f2fs.h | 1556 struct f2fs_stat_info *stat_info; /* FS status information */ 3539 struct f2fs_stat_info { struct 3591 static inline struct f2fs_stat_info *F2FS_STAT(struct f2fs_sb_info *sbi) in F2FS_STAT() argument 3593 return (struct f2fs_stat_info *)sbi->stat_info; in F2FS_STAT() 3689 struct f2fs_stat_info *si = F2FS_STAT(sbi); \ 3705 struct f2fs_stat_info *si = F2FS_STAT(sbi); \ 3713 struct f2fs_stat_info *si = F2FS_STAT(sbi); \
|