Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dshmem.c255 static struct file_system_type shmem_fs_type; variable
4000 static struct file_system_type shmem_fs_type = { variable
4017 error = register_filesystem(&shmem_fs_type); in shmem_init()
4023 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
4039 unregister_filesystem(&shmem_fs_type); in shmem_init()
4147 static struct file_system_type shmem_fs_type = { variable
4157 BUG_ON(register_filesystem(&shmem_fs_type) != 0); in shmem_init()
4159 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
/kernel/linux/linux-6.6/mm/
H A Dshmem.c264 static struct file_system_type shmem_fs_type; variable
4597 static struct file_system_type shmem_fs_type = { variable
4626 error = register_filesystem(&shmem_fs_type); in shmem_init()
4632 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
4648 unregister_filesystem(&shmem_fs_type); in shmem_init()
4725 static struct file_system_type shmem_fs_type = { variable
4735 BUG_ON(register_filesystem(&shmem_fs_type) != 0); in shmem_init()
4737 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()

Completed in 11 milliseconds