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

/linux-4.1.27/fs/
H A Dsync.c37 if (sb->s_op->sync_fs) __sync_filesystem()
38 sb->s_op->sync_fs(sb, wait); __sync_filesystem()
78 if (!(sb->s_flags & MS_RDONLY) && sb->s_op->sync_fs) sync_fs_one_sb()
79 sb->s_op->sync_fs(sb, *(int *)arg); sync_fs_one_sb()
97 * and we tell filesystems to sync their metadata via ->sync_fs() calls.
100 * and do not sync it on their own in ->sync_fs().
H A Dfs-writeback.c504 * separate, external IO completion path and ->sync_fs for guaranteeing __writeback_single_inode()
/linux-4.1.27/fs/ceph/
H A Dsuper.c94 dout("sync_fs (non-blocking)\n"); ceph_sync_fs()
96 dout("sync_fs (non-blocking) done\n"); ceph_sync_fs()
100 dout("sync_fs (blocking)\n"); ceph_sync_fs()
103 dout("sync_fs (blocking) done\n"); ceph_sync_fs()
698 .sync_fs = ceph_sync_fs,
/linux-4.1.27/fs/sysv/
H A Dinode.c346 .sync_fs = sysv_sync_fs,
/linux-4.1.27/fs/jffs2/
H A Dsuper.c264 .sync_fs = jffs2_sync_fs,
/linux-4.1.27/fs/cachefiles/
H A Dbind.c132 !root->d_sb->s_op->sync_fs) cachefiles_daemon_add_cache()
/linux-4.1.27/fs/hfs/
H A Dsuper.c186 .sync_fs = hfs_sync_fs,
/linux-4.1.27/fs/hfsplus/
H A Dsuper.c364 .sync_fs = hfsplus_sync_fs,
/linux-4.1.27/fs/logfs/
H A Dinode.c405 .sync_fs = logfs_sync_fs,
/linux-4.1.27/fs/affs/
H A Dsuper.c157 .sync_fs = affs_sync_fs,
/linux-4.1.27/fs/quota/
H A Ddquot.c671 if (sb->s_op->sync_fs) dquot_quota_sync()
672 sb->s_op->sync_fs(sb, 1); dquot_quota_sync()
2045 * sync_fs() in such cases does no good. dquot_disable()
2112 if (sb->s_op->sync_fs) dquot_disable()
2113 sb->s_op->sync_fs(sb, 1); dquot_disable()
/linux-4.1.27/fs/jfs/
H A Dsuper.c855 .sync_fs = jfs_sync_fs,
/linux-4.1.27/fs/ubifs/
H A Dsuper.c454 * '->sync_fs()' call, with non-zero @wait. ubifs_sync_fs()
1883 .sync_fs = ubifs_sync_fs,
/linux-4.1.27/fs/nilfs2/
H A Dsuper.c710 .sync_fs = nilfs_sync_fs,
/linux-4.1.27/fs/exofs/
H A Dsuper.c946 .sync_fs = exofs_sync_fs,
/linux-4.1.27/fs/f2fs/
H A Dfile.c240 * We've secured consistency through sync_fs. Following pino f2fs_sync_file()
H A Dsuper.c750 .sync_fs = f2fs_sync_fs,
/linux-4.1.27/fs/ufs/
H A Dsuper.c1480 .sync_fs = ufs_sync_fs,
/linux-4.1.27/fs/xfs/
H A Dxfs_super.c1609 .sync_fs = xfs_fs_sync_fs,
/linux-4.1.27/fs/ext2/
H A Dsuper.c323 .sync_fs = ext2_sync_fs,
/linux-4.1.27/fs/gfs2/
H A Dsuper.c1658 .sync_fs = gfs2_sync_fs,
/linux-4.1.27/fs/ocfs2/
H A Dsuper.c157 .sync_fs = ocfs2_sync_fs,
/linux-4.1.27/fs/reiserfs/
H A Dsuper.c773 .sync_fs = reiserfs_sync_fs,
/linux-4.1.27/fs/udf/
H A Dsuper.c206 .sync_fs = udf_sync_fs,
/linux-4.1.27/fs/btrfs/
H A Dsuper.c2044 .sync_fs = btrfs_sync_fs,
/linux-4.1.27/fs/ext3/
H A Dsuper.c807 .sync_fs = ext3_sync_fs,
/linux-4.1.27/include/linux/
H A Dfs.h1685 int (*sync_fs)(struct super_block *sb, int wait); member in struct:super_operations
/linux-4.1.27/fs/ext4/
H A Dsuper.c1108 .sync_fs = ext4_sync_fs,

Completed in 609 milliseconds