Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/xen/xenfs/
Dprivcmd.c271 static struct vm_operations_struct privcmd_vm_ops; variable
304 vma->vm_ops != &privcmd_vm_ops || in privcmd_ioctl_mmap_batch()
372 static struct vm_operations_struct privcmd_vm_ops = { variable
385 vma->vm_ops = &privcmd_vm_ops; in privcmd_mmap()