Searched refs:shm_vm_ops (Results 1 – 1 of 1) sorted by relevance
57 static const struct vm_operations_struct shm_vm_ops; variable379 vma->vm_ops = &shm_vm_ops; in shm_mmap()448 static const struct vm_operations_struct shm_vm_ops = { variable1193 if ((vma->vm_ops == &shm_vm_ops) && in SYSCALL_DEFINE1()1222 if ((vma->vm_ops == &shm_vm_ops) && in SYSCALL_DEFINE1()1233 if (vma->vm_start == addr && vma->vm_ops == &shm_vm_ops) { in SYSCALL_DEFINE1()