Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dshmem.c263 static const struct vm_operations_struct shmem_anon_vm_ops; variable
268 return vma->vm_ops == &shmem_anon_vm_ops; in vma_is_anon_shmem()
2389 vma->vm_ops = &shmem_anon_vm_ops; in shmem_mmap()
4554 static const struct vm_operations_struct shmem_anon_vm_ops = { variable
4754 #define shmem_anon_vm_ops generic_file_vm_ops macro
4870 vma->vm_ops = &shmem_anon_vm_ops; in shmem_zero_setup()