Lines Matching refs:fanotify_fh
27 #define FANOTIFY_FH_HDR_LEN offsetof(struct fanotify_fh, buf)
30 struct fanotify_fh { struct
84 static inline bool fanotify_fh_has_ext_buf(struct fanotify_fh *fh) in fanotify_fh_has_ext_buf()
89 static inline char **fanotify_fh_ext_buf_ptr(struct fanotify_fh *fh) in fanotify_fh_ext_buf_ptr()
97 static inline void *fanotify_fh_ext_buf(struct fanotify_fh *fh) in fanotify_fh_ext_buf()
102 static inline void *fanotify_fh_buf(struct fanotify_fh *fh) in fanotify_fh_buf()
116 static inline struct fanotify_fh *fanotify_info_dir_fh(struct fanotify_info *info) in fanotify_info_dir_fh()
120 return (struct fanotify_fh *)FANOTIFY_DIR_FH_BUF(info); in fanotify_info_dir_fh()
132 static inline struct fanotify_fh *fanotify_info_dir2_fh(struct fanotify_info *info) in fanotify_info_dir2_fh()
134 return (struct fanotify_fh *)FANOTIFY_DIR2_FH_BUF(info); in fanotify_info_dir2_fh()
146 static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info) in fanotify_info_file_fh()
148 return (struct fanotify_fh *)FANOTIFY_FILE_FH_BUF(info); in fanotify_info_file_fh()
278 struct fanotify_fh (name); \
336 static inline struct fanotify_fh *fanotify_event_object_fh( in fanotify_event_object_fh()
361 struct fanotify_fh *fh = fanotify_event_object_fh(event); in fanotify_event_object_fh_len()