Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dshmem.c231 static const struct vm_operations_struct shmem_vm_ops; variable
236 return vma->vm_ops == &shmem_vm_ops; in vma_is_shmem()
2167 vma->vm_ops = &shmem_vm_ops; in shmem_mmap()
3686 static const struct vm_operations_struct shmem_vm_ops = { variable
3893 #define shmem_vm_ops generic_file_vm_ops macro
3999 vma->vm_ops = &shmem_vm_ops; in shmem_zero_setup()