Lines Matching refs:fanotify_fh
26 #define FANOTIFY_FH_HDR_LEN offsetof(struct fanotify_fh, buf)
29 struct fanotify_fh { struct
53 static inline bool fanotify_fh_has_ext_buf(struct fanotify_fh *fh) in fanotify_fh_has_ext_buf()
58 static inline char **fanotify_fh_ext_buf_ptr(struct fanotify_fh *fh) in fanotify_fh_ext_buf_ptr()
66 static inline void *fanotify_fh_ext_buf(struct fanotify_fh *fh) in fanotify_fh_ext_buf()
71 static inline void *fanotify_fh_buf(struct fanotify_fh *fh) in fanotify_fh_buf()
85 static inline struct fanotify_fh *fanotify_info_dir_fh(struct fanotify_info *info) in fanotify_info_dir_fh()
89 return (struct fanotify_fh *)info->buf; in fanotify_info_dir_fh()
101 static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info) in fanotify_info_file_fh()
103 return (struct fanotify_fh *)(info->buf + info->dir_fh_totlen); in fanotify_info_file_fh()
158 struct fanotify_fh object_fh;
191 static inline struct fanotify_fh *fanotify_event_object_fh( in fanotify_event_object_fh()
214 struct fanotify_fh *fh = fanotify_event_object_fh(event); in fanotify_event_object_fh_len()