shmem_fs_type     254 mm/shmem.c     static struct file_system_type shmem_fs_type;
shmem_fs_type    3889 mm/shmem.c     static struct file_system_type shmem_fs_type = {
shmem_fs_type    3906 mm/shmem.c     	error = register_filesystem(&shmem_fs_type);
shmem_fs_type    3912 mm/shmem.c     	shm_mnt = kern_mount(&shmem_fs_type);
shmem_fs_type    3928 mm/shmem.c     	unregister_filesystem(&shmem_fs_type);
shmem_fs_type    4037 mm/shmem.c     static struct file_system_type shmem_fs_type = {
shmem_fs_type    4047 mm/shmem.c     	BUG_ON(register_filesystem(&shmem_fs_type) != 0);
shmem_fs_type    4049 mm/shmem.c     	shm_mnt = kern_mount(&shmem_fs_type);