Home
last modified time | relevance | path

Searched refs:fsnotify_pre_content (Results 1 – 2 of 2) 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()
/linux/fs/notify/
H A Dfsnotify.c212 int fsnotify_pre_content(const struct path *path, const loff_t *ppos, in fsnotify_pre_content() function