Home
last modified time | relevance | path

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

/linux-6.14.4/include/trace/events/
Df2fs.h1903 DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes,
1927 DEFINE_EVENT(f2fs_sync_dirty_inodes, f2fs_sync_dirty_inodes_enter,
1934 DEFINE_EVENT(f2fs_sync_dirty_inodes, f2fs_sync_dirty_inodes_exit,
/linux-6.14.4/fs/f2fs/
Dcheckpoint.c1084 int f2fs_sync_dirty_inodes(struct f2fs_sb_info *sbi, enum inode_type type, in f2fs_sync_dirty_inodes() function
1264 err = f2fs_sync_dirty_inodes(sbi, DIR_INODE, true); in block_operations()
Df2fs.h3860 int f2fs_sync_dirty_inodes(struct f2fs_sb_info *sbi, enum inode_type type,
Dsegment.c528 f2fs_sync_dirty_inodes(sbi, FILE_INODE, false); in f2fs_balance_fs_bg()