Home
last modified time | relevance | path

Searched refs:FANOTIFY_EE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h319 FANOTIFY_EE(struct fanotify_event *event) in FANOTIFY_EE() function
331 return &FANOTIFY_EE(event)->fsid; in fanotify_event_fsid()
344 return &FANOTIFY_EE(event)->object_fh; in fanotify_event_object_fh()
H A Dfanotify.c174 return fanotify_error_event_equal(FANOTIFY_EE(old), in fanotify_should_merge()
175 FANOTIFY_EE(new)); in fanotify_should_merge()
213 FANOTIFY_EE(old)->err_count++; in fanotify_merge()
1026 struct fanotify_error_event *fee = FANOTIFY_EE(event); in fanotify_free_error_event()
H A Dfanotify_user.c396 struct fanotify_error_event *fee = FANOTIFY_EE(event); in copy_error_info_to_user()