Searched refs:sync_fs (Results 1 – 28 of 28) sorted by relevance
/linux-4.1.27/fs/ |
D | sync.c | 37 if (sb->s_op->sync_fs) in __sync_filesystem() 38 sb->s_op->sync_fs(sb, wait); in __sync_filesystem() 78 if (!(sb->s_flags & MS_RDONLY) && sb->s_op->sync_fs) in sync_fs_one_sb() 79 sb->s_op->sync_fs(sb, *(int *)arg); in sync_fs_one_sb()
|
/linux-4.1.27/fs/cachefiles/ |
D | bind.c | 132 !root->d_sb->s_op->sync_fs) in cachefiles_daemon_add_cache()
|
/linux-4.1.27/fs/jffs2/ |
D | super.c | 264 .sync_fs = jffs2_sync_fs,
|
/linux-4.1.27/fs/logfs/ |
D | inode.c | 405 .sync_fs = logfs_sync_fs,
|
/linux-4.1.27/fs/sysv/ |
D | inode.c | 346 .sync_fs = sysv_sync_fs,
|
/linux-4.1.27/fs/hfs/ |
D | super.c | 186 .sync_fs = hfs_sync_fs,
|
/linux-4.1.27/fs/quota/ |
D | dquot.c | 671 if (sb->s_op->sync_fs) in dquot_quota_sync() 672 sb->s_op->sync_fs(sb, 1); in dquot_quota_sync() 2112 if (sb->s_op->sync_fs) in dquot_disable() 2113 sb->s_op->sync_fs(sb, 1); in dquot_disable()
|
/linux-4.1.27/fs/affs/ |
D | super.c | 157 .sync_fs = affs_sync_fs,
|
/linux-4.1.27/fs/hfsplus/ |
D | super.c | 364 .sync_fs = hfsplus_sync_fs,
|
/linux-4.1.27/fs/ceph/ |
D | super.c | 698 .sync_fs = ceph_sync_fs,
|
/linux-4.1.27/fs/jfs/ |
D | super.c | 855 .sync_fs = jfs_sync_fs,
|
/linux-4.1.27/Documentation/filesystems/ |
D | Locking | 119 int (*sync_fs)(struct super_block *sb, int wait); 140 sync_fs: read
|
D | vfs.txt | 219 int (*sync_fs)(struct super_block *sb, int wait); 275 sync_fs: called when VFS is writing out all dirty data associated with
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 946 .sync_fs = exofs_sync_fs,
|
/linux-4.1.27/fs/f2fs/ |
D | super.c | 750 .sync_fs = f2fs_sync_fs,
|
/linux-4.1.27/fs/nilfs2/ |
D | super.c | 710 .sync_fs = nilfs_sync_fs,
|
/linux-4.1.27/fs/gfs2/ |
D | super.c | 1658 .sync_fs = gfs2_sync_fs,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_super.c | 1609 .sync_fs = xfs_fs_sync_fs,
|
/linux-4.1.27/fs/ext2/ |
D | super.c | 323 .sync_fs = ext2_sync_fs,
|
/linux-4.1.27/fs/ufs/ |
D | super.c | 1480 .sync_fs = ufs_sync_fs,
|
/linux-4.1.27/fs/btrfs/ |
D | super.c | 2044 .sync_fs = btrfs_sync_fs,
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 773 .sync_fs = reiserfs_sync_fs,
|
/linux-4.1.27/fs/ubifs/ |
D | super.c | 1883 .sync_fs = ubifs_sync_fs,
|
/linux-4.1.27/fs/udf/ |
D | super.c | 206 .sync_fs = udf_sync_fs,
|
/linux-4.1.27/fs/ocfs2/ |
D | super.c | 157 .sync_fs = ocfs2_sync_fs,
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1685 int (*sync_fs)(struct super_block *sb, int wait); member
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 807 .sync_fs = ext3_sync_fs,
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1108 .sync_fs = ext4_sync_fs,
|