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

/linux-master/mm/
H A Dshmem.c264 static struct file_system_type shmem_fs_type; variable in typeref:struct:file_system_type
4647 static struct file_system_type shmem_fs_type = { variable in typeref:struct:file_system_type
4672 error = register_filesystem(&shmem_fs_type);
4678 shm_mnt = kern_mount(&shmem_fs_type);
4694 unregister_filesystem(&shmem_fs_type);
4769 static struct file_system_type shmem_fs_type = { variable in typeref:struct:file_system_type
4779 BUG_ON(register_filesystem(&shmem_fs_type) != 0);
4781 shm_mnt = kern_mount(&shmem_fs_type);

Completed in 121 milliseconds