iterate_supers_type(9) centos man page | unix.com

Man Page: iterate_supers_type

Operating Environment: centos

Section: 9

ITERATE_SUPERS_TYPE(9)						   The Linux VFS					    ITERATE_SUPERS_TYPE(9)

NAME
iterate_supers_type - call function for superblocks of given type
SYNOPSIS
void iterate_supers_type(struct file_system_type * type, void (*f) (struct super_block *, void *), void * arg);
ARGUMENTS
type fs type f function to call arg argument to pass to it
DESCRIPTION
Scans the superblock list and calls given function, passing it locked superblock and given argument.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ITERATE_SUPERS_TYPE(9)
Related Man Pages
sbwrite(3) - freebsd
callback_run_roundrobin(9) - netbsd
proc_trampoline(9) - netbsd
drain_dev_clone_events(9) - freebsd
dev_clone(9) - hpux
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
How to increment version inside a file?
CentOS7 restoring file capabilities
[TIP] Processing YAML files with yq