Lines Matching defs:fanotify_fh
27 #define FANOTIFY_FH_HDR_LEN offsetof(struct fanotify_fh, buf)
30 struct fanotify_fh {
41 /* size of dir_fh/file_fh including fanotify_fh hdr size */
50 * (struct fanotify_fh) dir_fh starts at buf[0]
84 static inline bool fanotify_fh_has_ext_buf(struct fanotify_fh *fh)
89 static inline char **fanotify_fh_ext_buf_ptr(struct fanotify_fh *fh)
97 static inline void *fanotify_fh_ext_buf(struct fanotify_fh *fh)
102 static inline void *fanotify_fh_buf(struct fanotify_fh *fh)
116 static inline struct fanotify_fh *fanotify_info_dir_fh(struct fanotify_info *info)
120 return (struct fanotify_fh *)FANOTIFY_DIR_FH_BUF(info);
132 static inline struct fanotify_fh *fanotify_info_dir2_fh(struct fanotify_info *info)
134 return (struct fanotify_fh *)FANOTIFY_DIR2_FH_BUF(info);
146 static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info)
148 return (struct fanotify_fh *)FANOTIFY_FILE_FH_BUF(info);
278 struct fanotify_fh (name); \
336 static inline struct fanotify_fh *fanotify_event_object_fh(
361 struct fanotify_fh *fh = fanotify_event_object_fh(event);