Home
last modified time | relevance | path

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

12

/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/fs/jffs2/
H A Dsuper.c253 .sync_fs = jffs2_sync_fs,
/linux/fs/cachefiles/
H A Dcache.c68 !root->d_sb->s_op->sync_fs || in cachefiles_add_cache()
/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/hfs/
H A Dsuper.c188 .sync_fs = hfs_sync_fs,
/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/fs/hfsplus/
H A Dsuper.c413 .sync_fs = hfsplus_sync_fs,
/linux/Documentation/filesystems/
H A Dlocking.rst179 int (*sync_fs)(struct super_block *sb, int wait);
202 sync_fs: read
/linux/fs/jfs/
H A Dsuper.c850 .sync_fs = jfs_sync_fs,
/linux/fs/nilfs2/
H A Dsuper.c711 .sync_fs = nilfs_sync_fs,
/linux/fs/gfs2/
H A Dsuper.c1512 .sync_fs = gfs2_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/ntfs3/
H A Dsuper.c871 .sync_fs = ntfs_sync_fs,
/linux/fs/ext2/
H A Dsuper.c372 .sync_fs = ext2_sync_fs,
/linux/fs/ufs/
H A Dsuper.c1414 .sync_fs = ufs_sync_fs,
/linux/fs/xfs/
H A Dxfs_super.c1290 .sync_fs = xfs_fs_sync_fs,
/linux/fs/ocfs2/
H A Dsuper.c134 .sync_fs = ocfs2_sync_fs,
/linux/fs/btrfs/
H A Dsuper.c2502 .sync_fs = btrfs_sync_fs,
/linux/fs/ubifs/
H A Dsuper.c2013 .sync_fs = ubifs_sync_fs,
/linux/fs/udf/
H A Dsuper.c215 .sync_fs = udf_sync_fs,

12