table of contents
other versions
ITERATE_SUPERS_TYPE(9) | The Linux VFS | ITERATE_SUPERS_TYPE(9) |
NAME¶
iterate_supers_type - call function for superblocks of given typeSYNOPSIS¶
void iterate_supers_type(struct file_system_type * type, void (*f) (struct super_block *, void *), void * arg);
ARGUMENTS¶
struct file_system_type * typefs type
void (*)(struct super_block *, void *) f
function to call
void * arg
argument to pass to it
DESCRIPTION¶
Scans the superblock list and calls given function, passing it locked superblock and given argument.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |