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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysfs/
H A Dmount.c85 static struct file_system_type sysfs_fs_type = { variable in typeref:struct:file_system_type
101 err = register_filesystem(&sysfs_fs_type);
103 sysfs_mount = kern_mount(&sysfs_fs_type);
108 unregister_filesystem(&sysfs_fs_type);

Completed in 72 milliseconds