Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/
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-6.3-rc2/fs/jffs2/
A Dsuper.c251 .sync_fs = jffs2_sync_fs,
/linux-6.3-rc2/fs/cachefiles/
A Dcache.c67 !root->d_sb->s_op->sync_fs || in cachefiles_add_cache()
/linux-6.3-rc2/fs/sysv/
A Dinode.c333 .sync_fs = sysv_sync_fs,
/linux-6.3-rc2/fs/hfs/
A Dsuper.c180 .sync_fs = hfs_sync_fs,
/linux-6.3-rc2/fs/fuse/
A Dinode.c624 if (!fc->sync_fs) in fuse_sync_fs()
639 fc->sync_fs = 0; in fuse_sync_fs()
1058 .sync_fs = fuse_sync_fs,
A Dfuse_i.h781 unsigned int sync_fs:1; member
A Dvirtio_fs.c1449 fc->sync_fs = true; in virtio_fs_get_tree()
/linux-6.3-rc2/fs/quota/
A Ddquot.c703 if (sb->s_op->sync_fs) { in dquot_quota_sync()
704 ret = sb->s_op->sync_fs(sb, 1); in dquot_quota_sync()
2283 if (sb->s_op->sync_fs) in dquot_disable()
2284 sb->s_op->sync_fs(sb, 1); in dquot_disable()
/linux-6.3-rc2/fs/affs/
A Dsuper.c157 .sync_fs = affs_sync_fs,
/linux-6.3-rc2/fs/hfsplus/
A Dsuper.c368 .sync_fs = hfsplus_sync_fs,
/linux-6.3-rc2/fs/exfat/
A Dsuper.c203 .sync_fs = exfat_sync_fs,
/linux-6.3-rc2/fs/jfs/
A Dsuper.c885 .sync_fs = jfs_sync_fs,
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst166 int (*sync_fs)(struct super_block *sb, int wait);
190 sync_fs: read
/linux-6.3-rc2/fs/nilfs2/
A Dsuper.c699 .sync_fs = nilfs_sync_fs,
/linux-6.3-rc2/fs/ceph/
A Dsuper.c999 .sync_fs = ceph_sync_fs,
/linux-6.3-rc2/fs/gfs2/
A Dsuper.c1513 .sync_fs = gfs2_sync_fs,
/linux-6.3-rc2/fs/ntfs3/
A Dsuper.c634 .sync_fs = ntfs_sync_fs,
/linux-6.3-rc2/fs/ext2/
A Dsuper.c346 .sync_fs = ext2_sync_fs,
/linux-6.3-rc2/fs/overlayfs/
A Dsuper.c424 .sync_fs = ovl_sync_fs,
/linux-6.3-rc2/fs/xfs/
A Dxfs_super.c1164 .sync_fs = xfs_fs_sync_fs,
/linux-6.3-rc2/fs/ufs/
A Dsuper.c1499 .sync_fs = ufs_sync_fs,
/linux-6.3-rc2/fs/btrfs/
A Dsuper.c2350 .sync_fs = btrfs_sync_fs,
/linux-6.3-rc2/fs/reiserfs/
A Dsuper.c818 .sync_fs = reiserfs_sync_fs,
/linux-6.3-rc2/fs/ocfs2/
A Dsuper.c136 .sync_fs = ocfs2_sync_fs,

Completed in 68 milliseconds

12