Call function for superblocks of given type
void iterate_supers_type(struct file_system_type * type, void (*f) (struct super_block *, void *), void * arg);
type
fs type
f
function to call
arg
argument to pass to it
Scans the superblock list and calls given function, passing it locked superblock and given argument.