Lines Matching defs:fanotify_event
245 FANOTIFY_EVENT_TYPE_OVERFLOW, /* struct fanotify_event */
255 struct fanotify_event {
266 static inline void fanotify_init_event(struct fanotify_event *event,
284 struct fanotify_event fae;
291 FANOTIFY_FE(struct fanotify_event *event)
297 struct fanotify_event fae;
303 FANOTIFY_NE(struct fanotify_event *event)
309 struct fanotify_event fae;
319 FANOTIFY_EE(struct fanotify_event *event)
324 static inline __kernel_fsid_t *fanotify_event_fsid(struct fanotify_event *event)
337 struct fanotify_event *event)
350 struct fanotify_event *event)
358 static inline int fanotify_event_object_fh_len(struct fanotify_event *event)
369 static inline int fanotify_event_dir_fh_len(struct fanotify_event *event)
376 static inline int fanotify_event_dir2_fh_len(struct fanotify_event *event)
383 static inline bool fanotify_event_has_object_fh(struct fanotify_event *event)
391 static inline bool fanotify_event_has_dir_fh(struct fanotify_event *event)
396 static inline bool fanotify_event_has_dir2_fh(struct fanotify_event *event)
401 static inline bool fanotify_event_has_any_dir_fh(struct fanotify_event *event)
408 struct fanotify_event fae;
413 FANOTIFY_PE(struct fanotify_event *event)
426 struct fanotify_event fae;
438 FANOTIFY_PERM(struct fanotify_event *event)
449 static inline struct fanotify_event *FANOTIFY_E(struct fsnotify_event *fse)
451 return container_of(fse, struct fanotify_event, fse);
459 static inline const struct path *fanotify_event_path(struct fanotify_event *event)
487 struct fanotify_event *event)