Home
last modified time | relevance | path

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

/openbmc/linux/fs/9p/
H A Dvfs_file.c31 static const struct vm_operations_struct v9fs_mmap_file_vm_ops; variable
514 vma->vm_ops = &v9fs_mmap_file_vm_ops; in v9fs_file_mmap()
576 static const struct vm_operations_struct v9fs_mmap_file_vm_ops = { variable