Home
last modified time | relevance | path

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

/linux-6.1.9/mm/ !
Dshmem.c240 static struct file_system_type shmem_fs_type; variable
4024 static struct file_system_type shmem_fs_type = { variable
4041 error = register_filesystem(&shmem_fs_type); in shmem_init()
4047 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
4063 unregister_filesystem(&shmem_fs_type); in shmem_init()
4136 static struct file_system_type shmem_fs_type = { variable
4146 BUG_ON(register_filesystem(&shmem_fs_type) != 0); in shmem_init()
4148 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()