Home
last modified time | relevance | path

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

/linux/mm/
H A Dshmem.c277 static struct file_system_type shmem_fs_type; variable
5341 static struct file_system_type shmem_fs_type = { variable
5422 error = register_filesystem(&shmem_fs_type); in shmem_init()
5428 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
5459 unregister_filesystem(&shmem_fs_type); in shmem_init()
5751 static struct file_system_type shmem_fs_type = { variable
5761 BUG_ON(register_filesystem(&shmem_fs_type) != 0); in shmem_init()
5763 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()