Home
last modified time | relevance | path

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

/fs/
Dfilesystems.c32 static struct file_system_type *file_systems; variable
49 for (p = &file_systems; *p; p = &(*p)->next) in find_filesystem()
106 tmp = &file_systems; in unregister_filesystem()
138 for (tmp=file_systems, index=0 ; tmp ; tmp=tmp->next, index++) { in fs_index()
155 for (tmp = file_systems; tmp; tmp = tmp->next, index--) in fs_name()
175 for (tmp = file_systems, index = 0 ; tmp ; tmp = tmp->next, index++) in fs_maxindex()
211 tmp = file_systems; in get_filesystem_list()
228 tmp = file_systems; in filesystems_proc_show()