Searched refs:fsnotify_file_area_perm (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | fsnotify.h | 137 static inline int fsnotify_file_area_perm(struct file *file, int perm_mask, in fsnotify_file_area_perm() function 208 return fsnotify_file_area_perm(file, perm_mask, NULL, 0); in fsnotify_file_perm() 235 static inline int fsnotify_file_area_perm(struct file *file, int perm_mask, in fsnotify_file_area_perm() function
|
| /linux-6.15/fs/ |
| H A D | remap_range.c | 118 return fsnotify_file_area_perm(file, mask, &pos, len); in remap_verify_area()
|
| H A D | open.c | 314 ret = fsnotify_file_area_perm(file, MAY_WRITE, &offset, len); in vfs_fallocate()
|
| H A D | read_write.c | 475 return fsnotify_file_area_perm(file, mask, ppos, count); in rw_verify_area()
|