Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Dfuse_i.h1515 int fuse_dax_mmap(struct file *file, struct vm_area_struct *vma);
H A Ddax.c823 int fuse_dax_mmap(struct file *file, struct vm_area_struct *vma) in fuse_dax_mmap() function
H A Dfile.c2378 return fuse_dax_mmap(file, vma); in fuse_file_mmap()