Home
last modified time | relevance | path

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

12

/linux-2.6.39/fs/
Dsync.c48 if (sb->s_op->sync_fs) in __sync_filesystem()
49 sb->s_op->sync_fs(sb, wait); in __sync_filesystem()
/linux-2.6.39/fs/cachefiles/
Dbind.c135 !root->d_sb->s_op->sync_fs) in cachefiles_daemon_add_cache()
/linux-2.6.39/fs/jffs2/
Dsuper.c146 .sync_fs = jffs2_sync_fs,
/linux-2.6.39/fs/logfs/
Dinode.c389 .sync_fs = logfs_sync_fs,
/linux-2.6.39/fs/sysv/
Dinode.c362 .sync_fs = sysv_sync_fs,
/linux-2.6.39/fs/hfs/
Dsuper.c189 .sync_fs = hfs_sync_fs,
/linux-2.6.39/fs/quota/
Ddquot.c647 if (sb->s_op->sync_fs) in dquot_quota_sync()
648 sb->s_op->sync_fs(sb, 1); in dquot_quota_sync()
1986 if (sb->s_op->sync_fs) in dquot_disable()
1987 sb->s_op->sync_fs(sb, 1); in dquot_disable()
/linux-2.6.39/fs/affs/
Dsuper.c143 .sync_fs = affs_sync_fs,
/linux-2.6.39/fs/hfsplus/
Dsuper.c326 .sync_fs = hfsplus_sync_fs,
/linux-2.6.39/fs/ceph/
Dsuper.c595 .sync_fs = ceph_sync_fs,
/linux-2.6.39/fs/jfs/
Dsuper.c759 .sync_fs = jfs_sync_fs,
/linux-2.6.39/Documentation/filesystems/
DLocking113 int (*sync_fs)(struct super_block *sb, int wait);
135 sync_fs: read
Dvfs.txt220 int (*sync_fs)(struct super_block *sb, int wait);
277 sync_fs: called when VFS is writing out all dirty data associated with
/linux-2.6.39/fs/exofs/
Dsuper.c903 .sync_fs = exofs_sync_fs,
/linux-2.6.39/fs/btrfs/
Dsuper.c1146 .sync_fs = btrfs_sync_fs,
/linux-2.6.39/fs/nilfs2/
Dsuper.c558 .sync_fs = nilfs_sync_fs,
/linux-2.6.39/fs/gfs2/
Dsuper.c1435 .sync_fs = gfs2_sync_fs,
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_super.c1561 .sync_fs = xfs_fs_sync_fs,
/linux-2.6.39/fs/ext2/
Dsuper.c310 .sync_fs = ext2_sync_fs,
/linux-2.6.39/fs/fat/
Dinode.c680 .sync_fs = fat_sync_fs,
/linux-2.6.39/fs/ufs/
Dsuper.c1468 .sync_fs = ufs_sync_fs,
/linux-2.6.39/fs/reiserfs/
Dsuper.c615 .sync_fs = reiserfs_sync_fs,
/linux-2.6.39/fs/ubifs/
Dsuper.c1889 .sync_fs = ubifs_sync_fs,
/linux-2.6.39/fs/udf/
Dsuper.c186 .sync_fs = udf_sync_fs,
/linux-2.6.39/include/linux/
Dfs.h1623 int (*sync_fs)(struct super_block *sb, int wait); member

12