Home
last modified time | relevance | path

Searched refs:fanotify_event_has_fid (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/notify/fanotify/
Dfanotify.h94 static inline bool fanotify_event_has_fid(struct fanotify_event *event) in fanotify_event_has_fid() function
102 return fanotify_event_has_fid(event) && in fanotify_event_has_ext_fh()
Dfanotify_user.c56 if (!fanotify_event_has_fid(event)) in fanotify_event_info_len()
282 } else if (fanotify_event_has_fid(event)) { in copy_event_to_user()
303 } else if (fanotify_event_has_fid(event)) { in copy_event_to_user()
Dfanotify.c36 } else if (fanotify_event_has_fid(old)) { in should_merge()