Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dshmem.c254 static const struct vm_operations_struct shmem_vm_ops; variable
259 return vma->vm_ops == &shmem_vm_ops; in vma_is_shmem()
2283 vma->vm_ops = &shmem_vm_ops; in shmem_mmap()
3953 static const struct vm_operations_struct shmem_vm_ops = { variable
4175 #define shmem_vm_ops generic_file_vm_ops macro
4281 vma->vm_ops = &shmem_vm_ops; in shmem_zero_setup()