Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dsuper.c462 if (wait && sb->s_op && sb->s_op->sync_fs) in sync_supers()
463 sb->s_op->sync_fs(sb); in sync_supers()
477 if (wait && sb->s_root && sb->s_op && sb->s_op->sync_fs) in sync_supers()
478 sb->s_op->sync_fs(sb); in sync_supers()
Dbuffer.c388 if (sb->s_op && sb->s_op->sync_fs) in fsync_super()
389 sb->s_op->sync_fs(sb); in fsync_super()
/linux-2.4.37.9/Documentation/filesystems/
DLocking96 int (*sync_fs) (struct super_block *);
112 sync_fs: yes no maybe (see below)
/linux-2.4.37.9/fs/jfs/
Dsuper.c462 .sync_fs = jfs_sync_fs,
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.c968 .sync_fs = linvfs_sync_super,
/linux-2.4.37.9/include/linux/
Dfs.h933 int (*sync_fs) (struct super_block *); member
/linux-2.4.37.9/fs/ext3/
Dsuper.c461 sync_fs: ext3_sync_fs,