Home
last modified time | relevance | path

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

/linux/mm/
H A Dshmem.c275 static const struct vm_operations_struct shmem_anon_vm_ops; variable
286 return vma->vm_ops == &shmem_anon_vm_ops; in vma_is_anon_shmem()
2930 desc->vm_ops = &shmem_anon_vm_ops; in shmem_mmap_prepare()
5269 static const struct vm_operations_struct shmem_anon_vm_ops = { variable
5783 #define shmem_anon_vm_ops generic_file_vm_ops macro
5918 vma->vm_ops = &shmem_anon_vm_ops; in shmem_zero_setup()
5937 desc->vm_ops = &shmem_anon_vm_ops; in shmem_zero_setup_desc()