Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.h176 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE() function
186 return &FANOTIFY_NE(event)->fsid; in fanotify_event_fsid()
197 return fanotify_info_file_fh(&FANOTIFY_NE(event)->info); in fanotify_event_object_fh()
206 return &FANOTIFY_NE(event)->info; in fanotify_event_info()
H A Dfanotify.c123 return fanotify_name_event_equal(FANOTIFY_NE(old), in fanotify_should_merge()
124 FANOTIFY_NE(new)); in fanotify_should_merge()
775 kfree(FANOTIFY_NE(event)); in fanotify_free_name_event()