Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h303 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE() function
329 return &FANOTIFY_NE(event)->fsid; in fanotify_event_fsid()
342 return fanotify_info_file_fh(&FANOTIFY_NE(event)->info); in fanotify_event_object_fh()
353 return &FANOTIFY_NE(event)->info; in fanotify_event_info()
H A Dfanotify.c171 return fanotify_name_event_equal(FANOTIFY_NE(old), in fanotify_should_merge()
172 FANOTIFY_NE(new)); in fanotify_should_merge()
1020 kfree(FANOTIFY_NE(event)); in fanotify_free_name_event()