Home
last modified time | relevance | path

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

/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c25 old = FANOTIFY_E(old_fsn); in should_merge()
26 new = FANOTIFY_E(new_fsn); in should_merge()
269 event = FANOTIFY_E(fsn_event); in fanotify_free_event()
Dfanotify.h50 static inline struct fanotify_event_info *FANOTIFY_E(struct fsnotify_event *fse) in FANOTIFY_E() function