Home
last modified time | relevance | path

Searched refs:iterate_supers_type (Results 1 – 2 of 2) sorted by relevance

/fs/
Dsuper.c716 void iterate_supers_type(struct file_system_type *type, in iterate_supers_type() function
741 EXPORT_SYMBOL(iterate_supers_type);
/fs/cifs/
Dconnect.c419 iterate_supers_type(&cifs_fs_type, super_cb, &d); in get_tcp_super()