Home
last modified time | relevance | path

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

/fs/sysfs/
Dmount.c148 static struct file_system_type sysfs_fs_type = { variable
168 err = register_filesystem(&sysfs_fs_type); in sysfs_init()
170 sysfs_mnt = kern_mount(&sysfs_fs_type); in sysfs_init()
175 unregister_filesystem(&sysfs_fs_type); in sysfs_init()