Searched refs:sync_fs (Results 1 – 7 of 7) sorted by relevance
462 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()
388 if (sb->s_op && sb->s_op->sync_fs) in fsync_super()389 sb->s_op->sync_fs(sb); in fsync_super()
96 int (*sync_fs) (struct super_block *);112 sync_fs: yes no maybe (see below)
462 .sync_fs = jfs_sync_fs,
968 .sync_fs = linvfs_sync_super,
933 int (*sync_fs) (struct super_block *); member
461 sync_fs: ext3_sync_fs,