Lines Matching defs:event
164 static inline void fanotify_init_event(struct fanotify_event *event, in fanotify_init_event()
189 FANOTIFY_FE(struct fanotify_event *event) in FANOTIFY_FE()
201 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE()
217 FANOTIFY_EE(struct fanotify_event *event) in FANOTIFY_EE()
222 static inline __kernel_fsid_t *fanotify_event_fsid(struct fanotify_event *event) in fanotify_event_fsid()
235 struct fanotify_event *event) in fanotify_event_object_fh()
248 struct fanotify_event *event) in fanotify_event_info()
256 static inline int fanotify_event_object_fh_len(struct fanotify_event *event) in fanotify_event_object_fh_len()
267 static inline int fanotify_event_dir_fh_len(struct fanotify_event *event) in fanotify_event_dir_fh_len()
274 static inline bool fanotify_event_has_object_fh(struct fanotify_event *event) in fanotify_event_has_object_fh()
282 static inline bool fanotify_event_has_dir_fh(struct fanotify_event *event) in fanotify_event_has_dir_fh()
293 FANOTIFY_PE(struct fanotify_event *event) in FANOTIFY_PE()
314 FANOTIFY_PERM(struct fanotify_event *event) in FANOTIFY_PERM()
335 static inline bool fanotify_event_has_path(struct fanotify_event *event) in fanotify_event_has_path()
341 static inline struct path *fanotify_event_path(struct fanotify_event *event) in fanotify_event_path()
369 struct fanotify_event *event) in fanotify_event_hash_bucket()