Lines Matching defs:fanotify_info
40 struct fanotify_info {
107 static inline int fanotify_info_dir_fh_len(struct fanotify_info *info)
116 static inline struct fanotify_fh *fanotify_info_dir_fh(struct fanotify_info *info)
118 BUILD_BUG_ON(offsetof(struct fanotify_info, buf) % 4);
123 static inline int fanotify_info_dir2_fh_len(struct fanotify_info *info)
132 static inline struct fanotify_fh *fanotify_info_dir2_fh(struct fanotify_info *info)
137 static inline int fanotify_info_file_fh_len(struct fanotify_info *info)
146 static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info)
151 static inline char *fanotify_info_name(struct fanotify_info *info)
159 static inline char *fanotify_info_name2(struct fanotify_info *info)
167 static inline void fanotify_info_init(struct fanotify_info *info)
180 static inline void fanotify_info_set_dir_fh(struct fanotify_info *info,
192 static inline void fanotify_info_set_dir2_fh(struct fanotify_info *info,
203 static inline void fanotify_info_set_file_fh(struct fanotify_info *info,
213 static inline void fanotify_info_copy_name(struct fanotify_info *info,
224 static inline void fanotify_info_copy_name2(struct fanotify_info *info,
300 struct fanotify_info info;
350 static inline struct fanotify_info *fanotify_event_info(
361 struct fanotify_info *info = fanotify_event_info(event);
372 struct fanotify_info *info = fanotify_event_info(event);
379 struct fanotify_info *info = fanotify_event_info(event);