Searched refs:shm_vm_ops (Results 1 – 1 of 1) sorted by relevance
60 static const struct vm_operations_struct shm_vm_ops; variable433 vma->vm_ops = &shm_vm_ops; in shm_mmap()500 static const struct vm_operations_struct shm_vm_ops = { variable1308 if ((vma->vm_ops == &shm_vm_ops) && in SYSCALL_DEFINE1()1343 if ((vma->vm_ops == &shm_vm_ops) && in SYSCALL_DEFINE1()1353 if (vma && vma->vm_start == addr && vma->vm_ops == &shm_vm_ops) { in SYSCALL_DEFINE1()