Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dfilesystems.c34 static struct file_system_type *file_systems; variable
52 for (p = &file_systems; *p; p = &(*p)->next) in find_filesystem()
113 tmp = &file_systems; in unregister_filesystem()
145 for (tmp=file_systems, index=0 ; tmp ; tmp=tmp->next, index++) { in fs_index()
162 for (tmp = file_systems; tmp; tmp = tmp->next, index--) in fs_name()
182 for (tmp = file_systems, index = 0 ; tmp ; tmp = tmp->next, index++) in fs_maxindex()
219 for (p = file_systems; p; p = p->next) { in list_bdev_fs_names()
242 tmp = file_systems; in filesystems_proc_show()

Completed in 3 milliseconds