Home
last modified time | relevance | path

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

/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.c167 return fanotify_error_event_equal(FANOTIFY_EE(old), in fanotify_should_merge()
168 FANOTIFY_EE(new)); in fanotify_should_merge()
206 FANOTIFY_EE(old)->err_count++; in fanotify_merge()
1026 struct fanotify_error_event *fee = FANOTIFY_EE(event); in fanotify_free_error_event()