Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
Dfuse_i.h1226 int fuse_dax_mmap(struct file *file, struct vm_area_struct *vma);
Ddax.c863 int fuse_dax_mmap(struct file *file, struct vm_area_struct *vma) in fuse_dax_mmap() function
Dfile.c2388 return fuse_dax_mmap(file, vma); in fuse_file_mmap()