Home
last modified time | relevance | path

Searched refs:sync_fs (Results 1 – 27 of 27) sorted by relevance

/linux-4.4.14/fs/
Dsync.c37 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/
Dbind.c132 !root->d_sb->s_op->sync_fs) in cachefiles_daemon_add_cache()
/linux-4.4.14/fs/jffs2/
Dsuper.c264 .sync_fs = jffs2_sync_fs,
/linux-4.4.14/fs/logfs/
Dinode.c405 .sync_fs = logfs_sync_fs,
/linux-4.4.14/fs/sysv/
Dinode.c340 .sync_fs = sysv_sync_fs,
/linux-4.4.14/fs/hfs/
Dsuper.c187 .sync_fs = hfs_sync_fs,
/linux-4.4.14/fs/quota/
Ddquot.c671 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/
Dsuper.c158 .sync_fs = affs_sync_fs,
/linux-4.4.14/fs/hfsplus/
Dsuper.c365 .sync_fs = hfsplus_sync_fs,
/linux-4.4.14/fs/jfs/
Dsuper.c852 .sync_fs = jfs_sync_fs,
/linux-4.4.14/fs/ceph/
Dsuper.c720 .sync_fs = ceph_sync_fs,
/linux-4.4.14/Documentation/filesystems/
DLocking119 int (*sync_fs)(struct super_block *sb, int wait);
140 sync_fs: read
Dvfs.txt219 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/
Dsuper.c946 .sync_fs = exofs_sync_fs,
/linux-4.4.14/fs/nilfs2/
Dsuper.c713 .sync_fs = nilfs_sync_fs,
/linux-4.4.14/fs/f2fs/
Dsuper.c849 .sync_fs = f2fs_sync_fs,
/linux-4.4.14/fs/gfs2/
Dsuper.c1658 .sync_fs = gfs2_sync_fs,
/linux-4.4.14/fs/ext2/
Dsuper.c326 .sync_fs = ext2_sync_fs,
/linux-4.4.14/fs/xfs/
Dxfs_super.c1637 .sync_fs = xfs_fs_sync_fs,
/linux-4.4.14/fs/ufs/
Dsuper.c1453 .sync_fs = ufs_sync_fs,
/linux-4.4.14/fs/btrfs/
Dsuper.c2178 .sync_fs = btrfs_sync_fs,
/linux-4.4.14/fs/ubifs/
Dsuper.c1887 .sync_fs = ubifs_sync_fs,
/linux-4.4.14/fs/reiserfs/
Dsuper.c773 .sync_fs = reiserfs_sync_fs,
/linux-4.4.14/fs/udf/
Dsuper.c206 .sync_fs = udf_sync_fs,
/linux-4.4.14/fs/ocfs2/
Dsuper.c157 .sync_fs = ocfs2_sync_fs,
/linux-4.4.14/include/linux/
Dfs.h1703 int (*sync_fs)(struct super_block *sb, int wait); member
/linux-4.4.14/fs/ext4/
Dsuper.c1125 .sync_fs = ext4_sync_fs,