Home
last modified time | relevance | path

Searched refs:F2FS_STAT (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/f2fs/
Ddebug.c34 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()
234 struct f2fs_stat_info *si = F2FS_STAT(sbi); in update_mem_info()
721 struct f2fs_stat_info *si = F2FS_STAT(sbi); in f2fs_destroy_stats()
Dsysfs.c86 return (unsigned char *)F2FS_STAT(sbi); in __struct_ptr()
248 struct f2fs_stat_info *si = F2FS_STAT(sbi); in moved_blocks_foreground_show()
258 struct f2fs_stat_info *si = F2FS_STAT(sbi); in moved_blocks_background_show()
267 struct f2fs_stat_info *si = F2FS_STAT(sbi); in avg_vblocks_show()
Df2fs.h3945 static inline struct f2fs_stat_info *F2FS_STAT(struct f2fs_sb_info *sbi) in F2FS_STAT() function
3952 #define stat_inc_cp_count(si) (F2FS_STAT(sbi)->cp_count++)
4038 (F2FS_STAT(sbi)->gc_call_count[(foreground)]++)
4040 (F2FS_STAT(sbi)->gc_secs[(type)][(gc_type)]++)
4042 (F2FS_STAT(sbi)->gc_segs[(type)][(gc_type)]++)
4049 struct f2fs_stat_info *si = F2FS_STAT(sbi); \
4057 struct f2fs_stat_info *si = F2FS_STAT(sbi); \