Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfsnotify.h154 int ret = fsnotify_pre_content(&file->f_path, ppos, count); in fsnotify_file_area_perm()
183 return fsnotify_pre_content(&file->f_path, &off, len); in fsnotify_mmap_perm()
198 return fsnotify_pre_content(path, &length, 0); in fsnotify_truncate_perm()
H A Dfsnotify_backend.h925 int fsnotify_pre_content(const struct path *path, const loff_t *ppos,
930 static inline int fsnotify_pre_content(const struct path *path, in fsnotify_pre_content() function
/linux/fs/notify/
H A Dfsnotify.c156 int fsnotify_pre_content(const struct path *path, const loff_t *ppos, in fsnotify_pre_content() function