Searched refs:f2fs_sync_dirty_inodes (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/trace/events/ |
D | f2fs.h | 1804 DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, 1828 DEFINE_EVENT(f2fs_sync_dirty_inodes, f2fs_sync_dirty_inodes_enter, 1835 DEFINE_EVENT(f2fs_sync_dirty_inodes, f2fs_sync_dirty_inodes_exit,
|
/Linux-v6.6/fs/f2fs/ |
D | checkpoint.c | 1067 int f2fs_sync_dirty_inodes(struct f2fs_sb_info *sbi, enum inode_type type, in f2fs_sync_dirty_inodes() function 1240 err = f2fs_sync_dirty_inodes(sbi, DIR_INODE, true); in block_operations()
|
D | f2fs.h | 3779 int f2fs_sync_dirty_inodes(struct f2fs_sb_info *sbi, enum inode_type type,
|
D | segment.c | 511 f2fs_sync_dirty_inodes(sbi, FILE_INODE, false); in f2fs_balance_fs_bg()
|