Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfsnotify.h176 static inline int fsnotify_mmap_perm(struct file *file, int prot, in fsnotify_mmap_perm() function
241 static inline int fsnotify_mmap_perm(struct file *file, int prot, in fsnotify_mmap_perm() function
/linux-6.15/mm/
H A Dutil.c575 ret = fsnotify_mmap_perm(file, prot, pgoff >> PAGE_SHIFT, len); in vm_mmap_pgoff()