Searched refs:shmem_fs_type (Results 1 – 1 of 1) sorted by relevance
254 static struct file_system_type shmem_fs_type; variable3887 static struct file_system_type shmem_fs_type = { variable3904 error = register_filesystem(&shmem_fs_type); in shmem_init()3910 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()3926 unregister_filesystem(&shmem_fs_type); in shmem_init()4035 static struct file_system_type shmem_fs_type = { variable4045 BUG_ON(register_filesystem(&shmem_fs_type) != 0); in shmem_init()4047 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()