Home
last modified time | relevance | path

Searched refs:inotify_event_info (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/notify/inotify/
H A Dinotify.h6 struct inotify_event_info { struct
20 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse) in INOTIFY_E() argument
22 return container_of(fse, struct inotify_event_info, fse); in INOTIFY_E()
H A Dinotify_fsnotify.c35 struct inotify_event_info *old, *new; in event_compare()
64 struct inotify_event_info *event; in inotify_handle_inode_event()
69 int alloc_len = sizeof(struct inotify_event_info); in inotify_handle_inode_event()
H A Dinotify_user.c156 struct inotify_event_info *event; in round_event_name_len()
205 struct inotify_event_info *event; in copy_event_to_user()
657 struct inotify_event_info *oevent; in inotify_new_group()
664 oevent = kmalloc(sizeof(struct inotify_event_info), GFP_KERNEL_ACCOUNT); in inotify_new_group()