iterate_supers
iterate_supers(drop_pagecache_sb, NULL);
iterate_supers(quota_sync_one, &type);
iterate_supers(sync_inodes_one_sb, NULL);
iterate_supers(sync_fs_one_sb, &nowait);
iterate_supers(sync_fs_one_sb, &wait);
iterate_supers(sync_inodes_one_sb, NULL);
iterate_supers(sync_fs_one_sb, &nowait);
iterate_supers(sync_inodes_one_sb, NULL);
iterate_supers(sync_fs_one_sb, &wait);
extern void iterate_supers(void (*f)(struct super_block *, void *), void *arg);
iterate_supers(delayed_superblock_init, NULL);