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

/linux-master/fs/notify/
H A Dnotification.c51 struct fsnotify_event *event)
82 struct fsnotify_event *event,
84 struct fsnotify_event *),
86 struct fsnotify_event *))
133 struct fsnotify_event *event)
148 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group)
156 struct fsnotify_event, list);
163 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group)
165 struct fsnotify_event *event = fsnotify_peek_first_event(group);
183 struct fsnotify_event *even
[all...]
/linux-master/fs/notify/inotify/
H A Dinotify_fsnotify.c32 static bool event_compare(struct fsnotify_event *old_fsn,
33 struct fsnotify_event *new_fsn)
50 struct fsnotify_event *event)
53 struct fsnotify_event *last_event;
55 last_event = list_entry(list->prev, struct fsnotify_event, list);
65 struct fsnotify_event *fsn_event;
188 struct fsnotify_event *fsn_event)
H A Dinotify.h7 struct fsnotify_event fse;
20 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse)
H A Dinotify_user.c153 static int round_event_name_len(struct fsnotify_event *fsn_event)
170 static struct fsnotify_event *get_one_event(struct fsnotify_group *group,
174 struct fsnotify_event *event;
200 struct fsnotify_event *fsn_event,
253 struct fsnotify_event *kevent;
317 struct fsnotify_event *fsn_event;
/linux-master/include/linux/
H A Dfsnotify_backend.h113 struct fsnotify_event;
165 void (*free_event)(struct fsnotify_group *group, struct fsnotify_event *event);
175 struct fsnotify_event { struct
228 struct fsnotify_event *overflow_event; /* Event we queue when the
613 struct fsnotify_event *event);
616 struct fsnotify_event *event,
618 struct fsnotify_event *),
620 struct fsnotify_event *));
623 struct fsnotify_event *event,
625 struct fsnotify_event *))
[all...]
/linux-master/fs/notify/fanotify/
H A Dfanotify.h256 struct fsnotify_event fse;
449 static inline struct fanotify_event *FANOTIFY_E(struct fsnotify_event *fse)
H A Dfanotify.c182 struct fsnotify_event *event)
863 struct fsnotify_event *fsn_event)
888 struct fsnotify_event *fsn_event;
1016 struct fsnotify_event *fsn_event)
H A Dfanotify_user.c219 struct fsnotify_event *fsn_event;
907 struct fsnotify_event *fsn_event;
962 struct fsnotify_event *fsn_event;
1431 static struct fsnotify_event *fanotify_alloc_overflow_event(void)

Completed in 189 milliseconds