Lines Matching defs:fanotify_info
39 struct fanotify_info {
76 static inline int fanotify_info_dir_fh_len(struct fanotify_info *info)
85 static inline struct fanotify_fh *fanotify_info_dir_fh(struct fanotify_info *info)
87 BUILD_BUG_ON(offsetof(struct fanotify_info, buf) % 4);
92 static inline int fanotify_info_file_fh_len(struct fanotify_info *info)
101 static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info)
106 static inline const char *fanotify_info_name(struct fanotify_info *info)
111 static inline void fanotify_info_init(struct fanotify_info *info)
118 static inline void fanotify_info_copy_name(struct fanotify_info *info,
172 struct fanotify_info info;
202 static inline struct fanotify_info *fanotify_event_info(
213 struct fanotify_info *info = fanotify_event_info(event);
224 struct fanotify_info *info = fanotify_event_info(event);