Home
last modified time | relevance | path

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

/linux-4.1.27/fs/notify/fanotify/
Dfanotify.c20 old = FANOTIFY_E(old_fsn); in should_merge()
21 new = FANOTIFY_E(new_fsn); in should_merge()
253 event = FANOTIFY_E(fsn_event); in fanotify_free_event()
Dfanotify.h44 static inline struct fanotify_event_info *FANOTIFY_E(struct fsnotify_event *fse) in FANOTIFY_E() function