Home
last modified time | relevance | path

Searched refs:sync_fs (Results 1 – 25 of 28) 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()
92 * and we tell filesystems to sync their metadata via ->sync_fs() calls.
95 * and do not sync it on their own in ->sync_fs().
/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/hfs/ !
H A Dsuper.c185 .sync_fs = hfs_sync_fs,
/linux/fs/quota/ !
H A Ddquot.c754 if (sb->s_op->sync_fs) { in dquot_quota_sync()
755 ret = sb->s_op->sync_fs(sb, 1); in dquot_quota_sync()
2259 * sync_fs() in such cases does no good. in dquot_disable()
2318 if (sb->s_op->sync_fs) in dquot_disable()
2319 sb->s_op->sync_fs(sb, 1); in dquot_disable()
/linux/fs/affs/ !
H A Dsuper.c156 .sync_fs = affs_sync_fs,
/linux/fs/fuse/ !
H A Dinode.c743 if (!fc->sync_fs) in fuse_sync_fs()
758 fc->sync_fs = 0; in fuse_sync_fs()
1215 .sync_fs = fuse_sync_fs,
H A Dfuse_i.h869 unsigned int sync_fs:1; member
/linux/fs/hfsplus/ !
H A Dsuper.c372 .sync_fs = hfsplus_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.rst262 int (*sync_fs)(struct super_block *sb, int wait);
349 ``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/gfs2/ !
H A Dsuper.c1523 .sync_fs = gfs2_sync_fs,
/linux/fs/overlayfs/ !
H A Dsuper.c285 .sync_fs = ovl_sync_fs,
/linux/fs/ceph/ !
H A Dsuper.c1047 .sync_fs = ceph_sync_fs,
/linux/fs/ext2/ !
H A Dsuper.c372 .sync_fs = ext2_sync_fs,
/linux/fs/ntfs3/ !
H A Dsuper.c773 * ntfs_sync_fs - super_operations::sync_fs
825 .sync_fs = ntfs_sync_fs,
/linux/fs/ufs/ !
H A Dsuper.c1415 .sync_fs = ufs_sync_fs,
/linux/fs/xfs/ !
H A Dxfs_super.c1304 .sync_fs = xfs_fs_sync_fs,
/linux/fs/btrfs/ !
H A Dsuper.c2420 .sync_fs = btrfs_sync_fs,
/linux/fs/ocfs2/ !
H A Dsuper.c134 .sync_fs = ocfs2_sync_fs,
/linux/fs/udf/ !
H A Dsuper.c215 .sync_fs = udf_sync_fs,
/linux/include/linux/ !
H A Dfs.h2350 int (*sync_fs)(struct super_block *sb, int wait); member
/linux/fs/bcachefs/ !
H A Dfs.c2405 .sync_fs = bch2_sync_fs,

12