Searched refs:sync_fs (Results 1 – 25 of 28) sorted by relevance
12
/linux-2.6.39/fs/ |
D | sync.c | 48 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/ |
D | bind.c | 135 !root->d_sb->s_op->sync_fs) in cachefiles_daemon_add_cache()
|
/linux-2.6.39/fs/jffs2/ |
D | super.c | 146 .sync_fs = jffs2_sync_fs,
|
/linux-2.6.39/fs/logfs/ |
D | inode.c | 389 .sync_fs = logfs_sync_fs,
|
/linux-2.6.39/fs/sysv/ |
D | inode.c | 362 .sync_fs = sysv_sync_fs,
|
/linux-2.6.39/fs/hfs/ |
D | super.c | 189 .sync_fs = hfs_sync_fs,
|
/linux-2.6.39/fs/quota/ |
D | dquot.c | 647 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/ |
D | super.c | 143 .sync_fs = affs_sync_fs,
|
/linux-2.6.39/fs/hfsplus/ |
D | super.c | 326 .sync_fs = hfsplus_sync_fs,
|
/linux-2.6.39/fs/ceph/ |
D | super.c | 595 .sync_fs = ceph_sync_fs,
|
/linux-2.6.39/fs/jfs/ |
D | super.c | 759 .sync_fs = jfs_sync_fs,
|
/linux-2.6.39/Documentation/filesystems/ |
D | Locking | 113 int (*sync_fs)(struct super_block *sb, int wait); 135 sync_fs: read
|
D | vfs.txt | 220 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/ |
D | super.c | 903 .sync_fs = exofs_sync_fs,
|
/linux-2.6.39/fs/btrfs/ |
D | super.c | 1146 .sync_fs = btrfs_sync_fs,
|
/linux-2.6.39/fs/nilfs2/ |
D | super.c | 558 .sync_fs = nilfs_sync_fs,
|
/linux-2.6.39/fs/gfs2/ |
D | super.c | 1435 .sync_fs = gfs2_sync_fs,
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_super.c | 1561 .sync_fs = xfs_fs_sync_fs,
|
/linux-2.6.39/fs/ext2/ |
D | super.c | 310 .sync_fs = ext2_sync_fs,
|
/linux-2.6.39/fs/fat/ |
D | inode.c | 680 .sync_fs = fat_sync_fs,
|
/linux-2.6.39/fs/ufs/ |
D | super.c | 1468 .sync_fs = ufs_sync_fs,
|
/linux-2.6.39/fs/reiserfs/ |
D | super.c | 615 .sync_fs = reiserfs_sync_fs,
|
/linux-2.6.39/fs/ubifs/ |
D | super.c | 1889 .sync_fs = ubifs_sync_fs,
|
/linux-2.6.39/fs/udf/ |
D | super.c | 186 .sync_fs = udf_sync_fs,
|
/linux-2.6.39/include/linux/ |
D | fs.h | 1623 int (*sync_fs)(struct super_block *sb, int wait); member
|
12