Home
last modified time | relevance | path

Searched refs:sync_inodes_sb (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dsync.c63 sync_inodes_sb(sb); in sync_filesystem()
76 sync_inodes_sb(sb); in sync_inodes_one_sb()
H A Dfs-writeback.c366 * If @inode switches cgwb membership while sync_inodes_sb() is in inode_switch_wbs_work_fn()
367 * being issued, sync_inodes_sb() might miss it. Synchronize. in inode_switch_wbs_work_fn()
2512 * sync_inodes_sb - sync sb inode pages
2518 void sync_inodes_sb(struct super_block *sb) in sync_inodes_sb() function
2549 EXPORT_SYMBOL(sync_inodes_sb); variable
/kernel/linux/linux-6.6/fs/
H A Dsync.c64 sync_inodes_sb(sb); in sync_filesystem()
77 sync_inodes_sb(sb); in sync_inodes_one_sb()
H A Dfs-writeback.c477 * If @inode switches cgwb membership while sync_inodes_sb() is in inode_switch_wbs_work_fn()
478 * being issued, sync_inodes_sb() might miss it. Synchronize. in inode_switch_wbs_work_fn()
2726 * sync_inodes_sb - sync sb inode pages
2732 void sync_inodes_sb(struct super_block *sb) in sync_inodes_sb() function
2763 EXPORT_SYMBOL(sync_inodes_sb); variable
/kernel/linux/linux-5.10/include/linux/
H A Dwriteback.h195 void sync_inodes_sb(struct super_block *);
/kernel/linux/linux-6.6/include/linux/
H A Dwriteback.h186 void sync_inodes_sb(struct super_block *);
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dmain.c510 * There exists a gap between sync_inodes_sb() and sync_fs() in hmdfs_sync_fs()
514 * To avoid this, we have to invoke sync_inodes_sb() again in hmdfs_sync_fs()
518 sync_inodes_sb(sb); in hmdfs_sync_fs()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dmain.c510 * There exists a gap between sync_inodes_sb() and sync_fs() in hmdfs_sync_fs()
514 * To avoid this, we have to invoke sync_inodes_sb() again in hmdfs_sync_fs()
518 sync_inodes_sb(sb); in hmdfs_sync_fs()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c1847 sync_inodes_sb(sbi->sb); in f2fs_enable_checkpoint()
1997 sync_inodes_sb(sb); in f2fs_remount()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_super.c565 sync_inodes_sb(sb); in xfs_flush_inodes_worker()
572 * or a page lock. We use sync_inodes_sb() here to ensure we block while waiting
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_super.c617 sync_inodes_sb(sb); in xfs_flush_inodes_worker()
624 * or a page lock. We use sync_inodes_sb() here to ensure we block while waiting
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c2301 sync_inodes_sb(sbi->sb); in f2fs_enable_checkpoint()
2486 sync_inodes_sb(sb); in f2fs_remount()

Completed in 26 milliseconds