Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_mmap.c54 static const struct vm_operations_struct ll_file_vm_ops; variable
76 if (vma->vm_ops && vma->vm_ops == &ll_file_vm_ops && in our_vma()
465 static const struct vm_operations_struct ll_file_vm_ops = { variable
483 vma->vm_ops = &ll_file_vm_ops; in ll_file_mmap()