Home
last modified time | relevance | path

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

/Linux-v5.4/fs/notify/
Dnotification.c58 struct fsnotify_event *event) in fsnotify_destroy_event()
85 struct fsnotify_event *event, in fsnotify_add_event() argument
87 struct fsnotify_event *)) in fsnotify_add_event()
132 struct fsnotify_event *event) in fsnotify_remove_queued_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()
165 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event()
170 struct fsnotify_event, list); in fsnotify_peek_first_event()
179 struct fsnotify_event *event; in fsnotify_flush_notify()
/Linux-v5.4/fs/notify/inotify/
Dinotify_fsnotify.c32 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()
52 struct fsnotify_event *last_event; in inotify_merge()
54 last_event = list_entry(list->prev, struct fsnotify_event, list); in inotify_merge()
67 struct fsnotify_event *fsn_event; in inotify_handle_event()
190 static void inotify_free_event(struct fsnotify_event *fsn_event) in inotify_free_event()
Dinotify.h7 struct fsnotify_event fse;
20 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse) in INOTIFY_E()
Dinotify_user.c115 static int round_event_name_len(struct fsnotify_event *fsn_event) in round_event_name_len()
132 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
136 struct fsnotify_event *event; in get_one_event()
163 struct fsnotify_event *fsn_event, in copy_event_to_user()
216 struct fsnotify_event *kevent; in inotify_read()
280 struct fsnotify_event *fsn_event; in inotify_ioctl()
/Linux-v5.4/include/linux/
Dfsnotify_backend.h97 struct fsnotify_event;
124 void (*free_event)(struct fsnotify_event *event);
134 struct fsnotify_event { struct
186 struct fsnotify_event *overflow_event; /* Event we queue when the
409 struct fsnotify_event *event);
412 struct fsnotify_event *event,
414 struct fsnotify_event *));
424 extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
426 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
429 struct fsnotify_event *event);
[all …]
/Linux-v5.4/fs/notify/fanotify/
Dfanotify.h62 struct fsnotify_event fse;
126 FANOTIFY_PE(struct fsnotify_event *fse) in FANOTIFY_PE()
137 static inline struct fanotify_event *FANOTIFY_E(struct fsnotify_event *fse) in FANOTIFY_E()
Dfanotify.c20 static bool should_merge(struct fsnotify_event *old_fsn, in should_merge()
21 struct fsnotify_event *new_fsn) in should_merge()
54 static int fanotify_merge(struct list_head *list, struct fsnotify_event *event) in fanotify_merge()
56 struct fsnotify_event *test_event; in fanotify_merge()
382 struct fsnotify_event *fsn_event; in fanotify_handle_event()
473 static void fanotify_free_event(struct fsnotify_event *fsn_event) in fanotify_free_event()
Dfanotify_user.c70 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
74 struct fsnotify_event *fsn_event = NULL; in get_one_event()
260 struct fsnotify_event *fsn_event, in copy_event_to_user()
338 struct fsnotify_event *kevent; in fanotify_read()
444 struct fsnotify_event *fsn_event; in fanotify_release()
496 struct fsnotify_event *fsn_event; in fanotify_ioctl()