Lines Matching refs:fanotify_event

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