Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/cachefiles/
Dbind.c132 !root->d_sb->s_op->sync_fs) in cachefiles_daemon_add_cache()
/linux-4.1.27/fs/jffs2/
Dsuper.c264 .sync_fs = jffs2_sync_fs,
/linux-4.1.27/fs/logfs/
Dinode.c405 .sync_fs = logfs_sync_fs,
/linux-4.1.27/fs/sysv/
Dinode.c346 .sync_fs = sysv_sync_fs,
/linux-4.1.27/fs/hfs/
Dsuper.c186 .sync_fs = hfs_sync_fs,
/linux-4.1.27/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()
2112 if (sb->s_op->sync_fs) in dquot_disable()
2113 sb->s_op->sync_fs(sb, 1); in dquot_disable()
/linux-4.1.27/fs/affs/
Dsuper.c157 .sync_fs = affs_sync_fs,
/linux-4.1.27/fs/hfsplus/
Dsuper.c364 .sync_fs = hfsplus_sync_fs,
/linux-4.1.27/fs/ceph/
Dsuper.c698 .sync_fs = ceph_sync_fs,
/linux-4.1.27/fs/jfs/
Dsuper.c855 .sync_fs = jfs_sync_fs,
/linux-4.1.27/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.1.27/fs/exofs/
Dsuper.c946 .sync_fs = exofs_sync_fs,
/linux-4.1.27/fs/f2fs/
Dsuper.c750 .sync_fs = f2fs_sync_fs,
/linux-4.1.27/fs/nilfs2/
Dsuper.c710 .sync_fs = nilfs_sync_fs,
/linux-4.1.27/fs/gfs2/
Dsuper.c1658 .sync_fs = gfs2_sync_fs,
/linux-4.1.27/fs/xfs/
Dxfs_super.c1609 .sync_fs = xfs_fs_sync_fs,
/linux-4.1.27/fs/ext2/
Dsuper.c323 .sync_fs = ext2_sync_fs,
/linux-4.1.27/fs/ufs/
Dsuper.c1480 .sync_fs = ufs_sync_fs,
/linux-4.1.27/fs/btrfs/
Dsuper.c2044 .sync_fs = btrfs_sync_fs,
/linux-4.1.27/fs/reiserfs/
Dsuper.c773 .sync_fs = reiserfs_sync_fs,
/linux-4.1.27/fs/ubifs/
Dsuper.c1883 .sync_fs = ubifs_sync_fs,
/linux-4.1.27/fs/udf/
Dsuper.c206 .sync_fs = udf_sync_fs,
/linux-4.1.27/fs/ocfs2/
Dsuper.c157 .sync_fs = ocfs2_sync_fs,
/linux-4.1.27/include/linux/
Dfs.h1685 int (*sync_fs)(struct super_block *sb, int wait); member
/linux-4.1.27/fs/ext3/
Dsuper.c807 .sync_fs = ext3_sync_fs,
/linux-4.1.27/fs/ext4/
Dsuper.c1108 .sync_fs = ext4_sync_fs,