Lines Matching refs:fanotify_info
39 struct fanotify_info { struct
76 static inline int fanotify_info_dir_fh_len(struct fanotify_info *info) in fanotify_info_dir_fh_len()
85 static inline struct fanotify_fh *fanotify_info_dir_fh(struct fanotify_info *info) in fanotify_info_dir_fh()
87 BUILD_BUG_ON(offsetof(struct fanotify_info, buf) % 4); in fanotify_info_dir_fh()
92 static inline int fanotify_info_file_fh_len(struct fanotify_info *info) in fanotify_info_file_fh_len()
101 static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info) in fanotify_info_file_fh()
106 static inline const char *fanotify_info_name(struct fanotify_info *info) in fanotify_info_name()
111 static inline void fanotify_info_init(struct fanotify_info *info) in fanotify_info_init()
118 static inline void fanotify_info_copy_name(struct fanotify_info *info, in fanotify_info_copy_name()
172 struct fanotify_info info;
202 static inline struct fanotify_info *fanotify_event_info( in fanotify_event_info()
213 struct fanotify_info *info = fanotify_event_info(event); in fanotify_event_object_fh_len()
224 struct fanotify_info *info = fanotify_event_info(event); in fanotify_event_dir_fh_len()