Home
last modified time | relevance | path

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

/Linux-v5.15/fs/notify/fanotify/
Dfanotify.h194 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE() function
204 return &FANOTIFY_NE(event)->fsid; in fanotify_event_fsid()
215 return fanotify_info_file_fh(&FANOTIFY_NE(event)->info); in fanotify_event_object_fh()
224 return &FANOTIFY_NE(event)->info; in fanotify_event_info()
Dfanotify.c142 return fanotify_name_event_equal(FANOTIFY_NE(old), in fanotify_should_merge()
143 FANOTIFY_NE(new)); in fanotify_should_merge()
833 kfree(FANOTIFY_NE(event)); in fanotify_free_name_event()