Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h291 FANOTIFY_FE(struct fanotify_event *event) in FANOTIFY_FE() function
327 return &FANOTIFY_FE(event)->fsid; in fanotify_event_fsid()
340 return &FANOTIFY_FE(event)->object_fh; in fanotify_event_object_fh()
H A Dfanotify.c168 return fanotify_fid_event_equal(FANOTIFY_FE(old), in fanotify_should_merge()
169 FANOTIFY_FE(new)); in fanotify_should_merge()
1011 struct fanotify_fid_event *ffe = FANOTIFY_FE(event); in fanotify_free_fid_event()