Searched refs:fsnotify_event (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/notify/ |
| H A D | notification.c | 51 struct fsnotify_event *event) in fsnotify_destroy_event() 82 struct fsnotify_event *event, in fsnotify_insert_event() argument 84 struct fsnotify_event *), in fsnotify_insert_event() argument 86 struct fsnotify_event *)) in fsnotify_insert_event() 133 struct fsnotify_event *event) in fsnotify_remove_queued_event() 148 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event() 156 struct fsnotify_event, list); in fsnotify_peek_first_event() 163 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event() 165 struct fsnotify_event *event = fsnotify_peek_first_event(group); in fsnotify_remove_first_event() 183 struct fsnotify_event *event; in fsnotify_flush_notify()
|
| /linux/fs/notify/inotify/ |
| H A D | inotify_fsnotify.c | 32 static bool event_compare(struct fsnotify_event *old_fsn, in event_compare() 33 struct fsnotify_event *new_fsn) in event_compare() 50 struct fsnotify_event *event) in inotify_merge() 53 struct fsnotify_event *last_event; in inotify_merge() 55 last_event = list_entry(list->prev, struct fsnotify_event, list); in inotify_merge() 65 struct fsnotify_event *fsn_event; in inotify_handle_inode_event() 188 struct fsnotify_event *fsn_event) in inotify_free_event()
|
| H A D | inotify.h | 7 struct fsnotify_event fse; 20 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse) in INOTIFY_E()
|
| /linux/include/linux/ |
| H A D | fsnotify_backend.h | 130 struct fsnotify_event; 182 void (*free_event)(struct fsnotify_group *group, struct fsnotify_event *event); 192 struct fsnotify_event { struct 248 struct fsnotify_event *overflow_event; /* Event we queue when the 745 struct fsnotify_event *event); in fsnotify_queue_overflow() 748 struct fsnotify_event *event, in fsnotify_is_overflow_event() 750 struct fsnotify_event *), in fsnotify_is_overflow_event() 752 struct fsnotify_event *)); 755 struct fsnotify_event *event, in fsnotify_notify_queue_is_empty() 757 struct fsnotify_event *)) in fsnotify_notify_queue_is_empty() 193 listfsnotify_event global() argument 735 fsnotify_add_event(struct fsnotify_group * group,struct fsnotify_event * event,int (* merge)(struct fsnotify_group *,struct fsnotify_event *)) fsnotify_add_event() argument [all...] |
| /linux/fs/notify/fanotify/ |
| H A D | fanotify.c | 181 struct fsnotify_event *event) 910 struct fsnotify_event *fsn_event) in fanotify_insert_event() 935 struct fsnotify_event *fsn_event; in fanotify_handle_event() 1070 struct fsnotify_event *fsn_event) in fanotify_free_event()
|