Home
last modified time | relevance | path

Searched refs:f2fs_sync_dirty_inodes (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/events/
H A Df2fs.h1760 DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes,
1784 DEFINE_EVENT(f2fs_sync_dirty_inodes, f2fs_sync_dirty_inodes_enter,
1791 DEFINE_EVENT(f2fs_sync_dirty_inodes, f2fs_sync_dirty_inodes_exit,
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dcheckpoint.c1055 int f2fs_sync_dirty_inodes(struct f2fs_sb_info *sbi, enum inode_type type, in f2fs_sync_dirty_inodes() function
1228 err = f2fs_sync_dirty_inodes(sbi, DIR_INODE, true); in block_operations()
H A Df2fs.h3699 int f2fs_sync_dirty_inodes(struct f2fs_sb_info *sbi, enum inode_type type,
H A Dsegment.c582 f2fs_sync_dirty_inodes(sbi, FILE_INODE, NULL); in f2fs_balance_fs_bg()