Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dshmem.c254 static const struct vm_operations_struct shmem_vm_ops; variable
259 return vma->vm_ops == &shmem_vm_ops; in vma_is_shmem()
2274 vma->vm_ops = &shmem_vm_ops; in shmem_mmap()
3974 static const struct vm_operations_struct shmem_vm_ops = { variable
4195 #define shmem_vm_ops generic_file_vm_ops macro
4301 vma->vm_ops = &shmem_vm_ops; in shmem_zero_setup()
/kernel/linux/linux-6.6/mm/
H A Dshmem.c262 static const struct vm_operations_struct shmem_vm_ops; variable
273 return vma_is_anon_shmem(vma) || vma->vm_ops == &shmem_vm_ops; in vma_is_shmem()
2404 vma->vm_ops = &shmem_vm_ops; in shmem_mmap()
4562 static const struct vm_operations_struct shmem_vm_ops = { variable
4770 #define shmem_vm_ops generic_file_vm_ops macro

Completed in 13 milliseconds