Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.h308 struct fanotify_error_event { struct
318 static inline struct fanotify_error_event * argument
321 return container_of(event, struct fanotify_error_event, fae); in FANOTIFY_EE()
H A Dfanotify.c119 static bool fanotify_error_event_equal(struct fanotify_error_event *fee1, in fanotify_error_event_equal()
120 struct fanotify_error_event *fee2) in fanotify_error_event_equal()
692 struct fanotify_error_event *fee; in fanotify_alloc_error_event()
1026 struct fanotify_error_event *fee = FANOTIFY_EE(event); in fanotify_free_error_event()