Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dshmem.c253 static const struct vm_operations_struct shmem_vm_ops; variable
258 return vma->vm_ops == &shmem_vm_ops; in vma_is_shmem()
2224 vma->vm_ops = &shmem_vm_ops; in shmem_mmap()
3855 static const struct vm_operations_struct shmem_vm_ops = { variable
4077 #define shmem_vm_ops generic_file_vm_ops macro
4183 vma->vm_ops = &shmem_vm_ops; in shmem_zero_setup()