Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.c159 return fanotify_path_equal(fanotify_event_path(old), in fanotify_should_merge()
160 fanotify_event_path(new)); in fanotify_should_merge()
983 path_put(fanotify_event_path(event)); in fanotify_free_path_event()
989 path_put(fanotify_event_path(event)); in fanotify_free_perm_event()
H A Dfanotify.h459 static inline const struct path *fanotify_event_path(struct fanotify_event *event) in fanotify_event_path() function