Searched refs:sync_fs (Results 1 – 27 of 27) sorted by relevance
/linux-4.4.14/fs/ |
D | sync.c | 37 if (sb->s_op->sync_fs) in __sync_filesystem() 38 sb->s_op->sync_fs(sb, wait); in __sync_filesystem() 78 if (!(sb->s_flags & MS_RDONLY) && sb->s_op->sync_fs) in sync_fs_one_sb() 79 sb->s_op->sync_fs(sb, *(int *)arg); in sync_fs_one_sb()
|
/linux-4.4.14/fs/cachefiles/ |
D | bind.c | 132 !root->d_sb->s_op->sync_fs) in cachefiles_daemon_add_cache()
|
/linux-4.4.14/fs/jffs2/ |
D | super.c | 264 .sync_fs = jffs2_sync_fs,
|
/linux-4.4.14/fs/logfs/ |
D | inode.c | 405 .sync_fs = logfs_sync_fs,
|
/linux-4.4.14/fs/sysv/ |
D | inode.c | 340 .sync_fs = sysv_sync_fs,
|
/linux-4.4.14/fs/hfs/ |
D | super.c | 187 .sync_fs = hfs_sync_fs,
|
/linux-4.4.14/fs/quota/ |
D | dquot.c | 671 if (sb->s_op->sync_fs) in dquot_quota_sync() 672 sb->s_op->sync_fs(sb, 1); in dquot_quota_sync() 2150 if (sb->s_op->sync_fs) in dquot_disable() 2151 sb->s_op->sync_fs(sb, 1); in dquot_disable()
|
/linux-4.4.14/fs/affs/ |
D | super.c | 158 .sync_fs = affs_sync_fs,
|
/linux-4.4.14/fs/hfsplus/ |
D | super.c | 365 .sync_fs = hfsplus_sync_fs,
|
/linux-4.4.14/fs/jfs/ |
D | super.c | 852 .sync_fs = jfs_sync_fs,
|
/linux-4.4.14/fs/ceph/ |
D | super.c | 720 .sync_fs = ceph_sync_fs,
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 119 int (*sync_fs)(struct super_block *sb, int wait); 140 sync_fs: read
|
D | vfs.txt | 219 int (*sync_fs)(struct super_block *sb, int wait); 275 sync_fs: called when VFS is writing out all dirty data associated with
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 946 .sync_fs = exofs_sync_fs,
|
/linux-4.4.14/fs/nilfs2/ |
D | super.c | 713 .sync_fs = nilfs_sync_fs,
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 849 .sync_fs = f2fs_sync_fs,
|
/linux-4.4.14/fs/gfs2/ |
D | super.c | 1658 .sync_fs = gfs2_sync_fs,
|
/linux-4.4.14/fs/ext2/ |
D | super.c | 326 .sync_fs = ext2_sync_fs,
|
/linux-4.4.14/fs/xfs/ |
D | xfs_super.c | 1637 .sync_fs = xfs_fs_sync_fs,
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 1453 .sync_fs = ufs_sync_fs,
|
/linux-4.4.14/fs/btrfs/ |
D | super.c | 2178 .sync_fs = btrfs_sync_fs,
|
/linux-4.4.14/fs/ubifs/ |
D | super.c | 1887 .sync_fs = ubifs_sync_fs,
|
/linux-4.4.14/fs/reiserfs/ |
D | super.c | 773 .sync_fs = reiserfs_sync_fs,
|
/linux-4.4.14/fs/udf/ |
D | super.c | 206 .sync_fs = udf_sync_fs,
|
/linux-4.4.14/fs/ocfs2/ |
D | super.c | 157 .sync_fs = ocfs2_sync_fs,
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1703 int (*sync_fs)(struct super_block *sb, int wait); member
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1125 .sync_fs = ext4_sync_fs,
|