Lines Matching defs:fanotify_event
137 FANOTIFY_EVENT_TYPE_OVERFLOW, /* struct fanotify_event */
140 struct fanotify_event {
147 static inline void fanotify_init_event(struct fanotify_event *event,
156 struct fanotify_event fae;
164 FANOTIFY_FE(struct fanotify_event *event)
170 struct fanotify_event fae;
176 FANOTIFY_NE(struct fanotify_event *event)
181 static inline __kernel_fsid_t *fanotify_event_fsid(struct fanotify_event *event)
192 struct fanotify_event *event)
203 struct fanotify_event *event)
211 static inline int fanotify_event_object_fh_len(struct fanotify_event *event)
222 static inline int fanotify_event_dir_fh_len(struct fanotify_event *event)
230 struct fanotify_event fae;
235 FANOTIFY_PE(struct fanotify_event *event)
248 struct fanotify_event fae;
256 FANOTIFY_PERM(struct fanotify_event *event)
267 static inline struct fanotify_event *FANOTIFY_E(struct fsnotify_event *fse)
269 return container_of(fse, struct fanotify_event, fse);
272 static inline bool fanotify_event_has_path(struct fanotify_event *event)
278 static inline struct path *fanotify_event_path(struct fanotify_event *event)