Home
last modified time | relevance | path

Searched refs:fsnotify_event (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/fs/notify/
Dnotification.c71 struct fsnotify_event *event) in fsnotify_destroy_event()
88 struct fsnotify_event *event, in fsnotify_add_event() argument
90 struct fsnotify_event *)) in fsnotify_add_event()
133 struct fsnotify_event *event) in fsnotify_remove_event()
147 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event()
149 struct fsnotify_event *event; in fsnotify_remove_first_event()
156 struct fsnotify_event, list); in fsnotify_remove_first_event()
171 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event()
176 struct fsnotify_event, list); in fsnotify_peek_first_event()
185 struct fsnotify_event *event; in fsnotify_flush_notify()
[all …]
/linux-4.4.14/include/linux/
Dfsnotify_backend.h78 struct fsnotify_event;
103 void (*free_event)(struct fsnotify_event *event);
111 struct fsnotify_event { struct
161 struct fsnotify_event *overflow_event; /* Event we queue when the
317 struct fsnotify_event *event);
320 struct fsnotify_event *event,
322 struct fsnotify_event *));
324 extern void fsnotify_remove_event(struct fsnotify_group *group, struct fsnotify_event *event);
328 extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
330 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
[all …]
/linux-4.4.14/fs/notify/inotify/
Dinotify_fsnotify.c39 static bool event_compare(struct fsnotify_event *old_fsn, in event_compare()
40 struct fsnotify_event *new_fsn) in event_compare()
57 struct fsnotify_event *event) in inotify_merge()
59 struct fsnotify_event *last_event; in inotify_merge()
61 last_event = list_entry(list->prev, struct fsnotify_event, list); in inotify_merge()
74 struct fsnotify_event *fsn_event; in inotify_handle_event()
174 static void inotify_free_event(struct fsnotify_event *fsn_event) in inotify_free_event()
Dinotify.h6 struct fsnotify_event fse;
18 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse) in INOTIFY_E()
Dinotify_user.c126 static int round_event_name_len(struct fsnotify_event *fsn_event) in round_event_name_len()
143 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
147 struct fsnotify_event *event; in get_one_event()
174 struct fsnotify_event *fsn_event, in copy_event_to_user()
227 struct fsnotify_event *kevent; in inotify_read()
291 struct fsnotify_event *fsn_event; in inotify_ioctl()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify.h14 struct fsnotify_event fse;
38 FANOTIFY_PE(struct fsnotify_event *fse) in FANOTIFY_PE()
44 static inline struct fanotify_event_info *FANOTIFY_E(struct fsnotify_event *fse) in FANOTIFY_E()
Dfanotify.c14 static bool should_merge(struct fsnotify_event *old_fsn, in should_merge()
15 struct fsnotify_event *new_fsn) in should_merge()
31 static int fanotify_merge(struct list_head *list, struct fsnotify_event *event) in fanotify_merge()
33 struct fsnotify_event *test_event; in fanotify_merge()
196 struct fsnotify_event *fsn_event; in fanotify_handle_event()
249 static void fanotify_free_event(struct fsnotify_event *fsn_event) in fanotify_free_event()
Dfanotify_user.c54 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
116 struct fsnotify_event *fsn_event, in fill_event_metadata()
204 struct fsnotify_event *event, in copy_event_to_user()
259 struct fsnotify_event *kevent; in fanotify_read()
400 struct fsnotify_event *fsn_event; in fanotify_ioctl()