Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.c117 return fanotify_path_equal(fanotify_event_path(old), in fanotify_should_merge()
118 fanotify_event_path(new)); in fanotify_should_merge()
754 path_put(fanotify_event_path(event)); in fanotify_free_path_event()
760 path_put(fanotify_event_path(event)); in fanotify_free_perm_event()
H A Dfanotify.h278 static inline struct path *fanotify_event_path(struct fanotify_event *event) in fanotify_event_path() function
H A Dfanotify_user.c328 struct path *path = fanotify_event_path(event); in copy_event_to_user()