Home
last modified time | relevance | path

Searched refs:fsnotify_file_area_perm (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dfsnotify.h137 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 Dremap_range.c118 return fsnotify_file_area_perm(file, mask, &pos, len); in remap_verify_area()
H A Dopen.c314 ret = fsnotify_file_area_perm(file, MAY_WRITE, &offset, len); in vfs_fallocate()
H A Dread_write.c475 return fsnotify_file_area_perm(file, mask, ppos, count); in rw_verify_area()