Home
last modified time | relevance | path

Searched refs:sync_fs (Results 1 – 14 of 14) 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.h92 int (*sync_fs)(struct super_block *sb, int wait); member
/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.c756 if (!fc->sync_fs) in fuse_sync_fs()
771 fc->sync_fs = 0; in fuse_sync_fs()
1257 .sync_fs = fuse_sync_fs,
1899 fc->sync_fs = 1; in fuse_fill_super_common()
H A Dfile.c2070 if (!fc->sync_fs) in fuse_writepage_add_to_bucket()
/linux/fs/hfs/
H A Dsuper.c188 .sync_fs = hfs_sync_fs,
/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/overlayfs/
H A Dsuper.c303 .sync_fs = ovl_sync_fs,
/linux/fs/ceph/
H A Dsuper.c1044 .sync_fs = ceph_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/ext4/
H A Dsuper.c1668 .sync_fs = ext4_sync_fs,