Home
last modified time | relevance | path

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

/linux/fs/
H A Dsync.c55 if (sb->s_op->sync_fs) { in sync_filesystem()
56 ret = sb->s_op->sync_fs(sb, 0); in sync_filesystem()
65 if (sb->s_op->sync_fs) { in sync_filesystem()
66 ret = sb->s_op->sync_fs(sb, 1); in sync_filesystem()
83 sb->s_op->sync_fs) in sync_fs_one_sb()
84 sb->s_op->sync_fs(sb, *(int *)arg); in sync_fs_one_sb()
/linux/include/linux/fs/
H A Dsuper_types.h91 int (*sync_fs)(struct super_block *sb, int wait); member
/linux/fs/cachefiles/
H A Dcache.c68 !root->d_sb->s_op->sync_fs || in cachefiles_add_cache()
/linux/fs/hfs/
H A Dsuper.c185 .sync_fs = hfs_sync_fs,
/linux/fs/fuse/
H A Dinode.c753 if (!fc->sync_fs) in fuse_sync_fs()
768 fc->sync_fs = 0; in fuse_sync_fs()
1228 .sync_fs = fuse_sync_fs,
1845 fc->sync_fs = 1; in fuse_fill_super_common()
H A Dfuse_i.h892 unsigned int sync_fs:1; member
H A Dvirtio_fs.c1699 fc->sync_fs = true; in virtio_fs_get_tree()
H A Dfile.c2065 if (!fc->sync_fs) in fuse_writepage_add_to_bucket()
/linux/fs/quota/
H A Ddquot.c757 if (sb->s_op->sync_fs) { in dquot_quota_sync()
758 ret = sb->s_op->sync_fs(sb, 1); in dquot_quota_sync()
2321 if (sb->s_op->sync_fs) in dquot_disable()
2322 sb->s_op->sync_fs(sb, 1); in dquot_disable()
/linux/fs/affs/
H A Dsuper.c156 .sync_fs = affs_sync_fs,
/linux/Documentation/filesystems/
H A Dlocking.rst176 int (*sync_fs)(struct super_block *sb, int wait);
200 sync_fs: read
H A Dvfs.rst239 int (*sync_fs)(struct super_block *sb, int wait);
326 ``sync_fs``
/linux/fs/jfs/
H A Dsuper.c850 .sync_fs = jfs_sync_fs,
/linux/fs/overlayfs/
H A Dsuper.c303 .sync_fs = ovl_sync_fs,
/linux/fs/ceph/
H A Dsuper.c1036 .sync_fs = ceph_sync_fs,
/linux/fs/ext2/
H A Dsuper.c372 .sync_fs = ext2_sync_fs,
/linux/fs/ufs/
H A Dsuper.c1415 .sync_fs = ufs_sync_fs,
/linux/fs/xfs/
H A Dxfs_super.c1311 .sync_fs = xfs_fs_sync_fs,
/linux/fs/udf/
H A Dsuper.c215 .sync_fs = udf_sync_fs,
/linux/fs/ubifs/
H A Dsuper.c2015 .sync_fs = ubifs_sync_fs,
/linux/fs/ocfs2/
H A Dsuper.c134 .sync_fs = ocfs2_sync_fs,
/linux/fs/btrfs/
H A Dsuper.c2490 .sync_fs = btrfs_sync_fs,
/linux/fs/f2fs/
H A Dsuper.c3628 .sync_fs = f2fs_sync_fs,