Home
last modified time | relevance | path

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

/linux/fs/notify/inotify/
H A Dinotify_fsnotify.c37 old = INOTIFY_E(old_fsn); in event_compare()
38 new = INOTIFY_E(new_fsn); in event_compare()
190 kfree(INOTIFY_E(fsn_event)); in inotify_free_event()
H A Dinotify.h20 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse) in INOTIFY_E() function