Searched refs:inotify_event_info (Results 1 – 3 of 3) sorted by relevance
5 struct inotify_event_info { struct18 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse) in INOTIFY_E() argument20 return container_of(fse, struct inotify_event_info, fse); in INOTIFY_E()
42 struct inotify_event_info *old, *new; in event_compare()73 struct inotify_event_info *event; in inotify_handle_event()77 int alloc_len = sizeof(struct inotify_event_info); in inotify_handle_event()
128 struct inotify_event_info *event; in round_event_name_len()178 struct inotify_event_info *event; in copy_event_to_user()635 struct inotify_event_info *oevent; in inotify_new_group()641 oevent = kmalloc(sizeof(struct inotify_event_info), GFP_KERNEL); in inotify_new_group()