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