Lines Matching defs:fanotify_fh
26 #define FANOTIFY_FH_HDR_LEN offsetof(struct fanotify_fh, buf)
29 struct fanotify_fh {
40 /* size of dir_fh/file_fh including fanotify_fh hdr size */
47 * (struct fanotify_fh) dir_fh starts at buf[0]
53 static inline bool fanotify_fh_has_ext_buf(struct fanotify_fh *fh)
58 static inline char **fanotify_fh_ext_buf_ptr(struct fanotify_fh *fh)
66 static inline void *fanotify_fh_ext_buf(struct fanotify_fh *fh)
71 static inline void *fanotify_fh_buf(struct fanotify_fh *fh)
85 static inline struct fanotify_fh *fanotify_info_dir_fh(struct fanotify_info *info)
89 return (struct fanotify_fh *)info->buf;
101 static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info)
103 return (struct fanotify_fh *)(info->buf + info->dir_fh_totlen);
158 struct fanotify_fh object_fh;
191 static inline struct fanotify_fh *fanotify_event_object_fh(
214 struct fanotify_fh *fh = fanotify_event_object_fh(event);