Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Dpassthrough.c127 ssize_t fuse_passthrough_mmap(struct file *file, struct vm_area_struct *vma) in fuse_passthrough_mmap() function
H A Dfuse_i.h1481 ssize_t fuse_passthrough_mmap(struct file *file, struct vm_area_struct *vma);
H A Dfile.c2559 return fuse_passthrough_mmap(file, vma); in fuse_file_mmap()