Symbol: fsnotify_event
fs/notify/fanotify/fanotify.c
1068
struct fsnotify_event *fsn_event)
fs/notify/fanotify/fanotify.c
183
struct fsnotify_event *event)
fs/notify/fanotify/fanotify.c
908
struct fsnotify_event *fsn_event)
fs/notify/fanotify/fanotify.c
933
struct fsnotify_event *fsn_event;
fs/notify/fanotify/fanotify.h
257
struct fsnotify_event fse;
fs/notify/fanotify/fanotify.h
473
static inline struct fanotify_event *FANOTIFY_E(struct fsnotify_event *fse)
fs/notify/fanotify/fanotify_user.c
1101
struct fsnotify_event *fsn_event;
fs/notify/fanotify/fanotify_user.c
1158
struct fsnotify_event *fsn_event;
fs/notify/fanotify/fanotify_user.c
1572
static struct fsnotify_event *fanotify_alloc_overflow_event(void)
fs/notify/fanotify/fanotify_user.c
318
struct fsnotify_event *fsn_event;
fs/notify/inotify/inotify.h
20
static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse)
fs/notify/inotify/inotify.h
7
struct fsnotify_event fse;
fs/notify/inotify/inotify_fsnotify.c
188
struct fsnotify_event *fsn_event)
fs/notify/inotify/inotify_fsnotify.c
32
static bool event_compare(struct fsnotify_event *old_fsn,
fs/notify/inotify/inotify_fsnotify.c
33
struct fsnotify_event *new_fsn)
fs/notify/inotify/inotify_fsnotify.c
50
struct fsnotify_event *event)
fs/notify/inotify/inotify_fsnotify.c
53
struct fsnotify_event *last_event;
fs/notify/inotify/inotify_fsnotify.c
55
last_event = list_entry(list->prev, struct fsnotify_event, list);
fs/notify/inotify/inotify_fsnotify.c
65
struct fsnotify_event *fsn_event;
fs/notify/inotify/inotify_user.c
153
static int round_event_name_len(struct fsnotify_event *fsn_event)
fs/notify/inotify/inotify_user.c
170
static struct fsnotify_event *get_one_event(struct fsnotify_group *group,
fs/notify/inotify/inotify_user.c
174
struct fsnotify_event *event;
fs/notify/inotify/inotify_user.c
200
struct fsnotify_event *fsn_event,
fs/notify/inotify/inotify_user.c
253
struct fsnotify_event *kevent;
fs/notify/inotify/inotify_user.c
317
struct fsnotify_event *fsn_event;
fs/notify/notification.c
133
struct fsnotify_event *event)
fs/notify/notification.c
148
struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group)
fs/notify/notification.c
156
struct fsnotify_event, list);
fs/notify/notification.c
163
struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group)
fs/notify/notification.c
165
struct fsnotify_event *event = fsnotify_peek_first_event(group);
fs/notify/notification.c
183
struct fsnotify_event *event;
fs/notify/notification.c
51
struct fsnotify_event *event)
fs/notify/notification.c
82
struct fsnotify_event *event,
fs/notify/notification.c
84
struct fsnotify_event *),
fs/notify/notification.c
86
struct fsnotify_event *))
include/linux/fsnotify_backend.h
130
struct fsnotify_event;
include/linux/fsnotify_backend.h
182
void (*free_event)(struct fsnotify_group *group, struct fsnotify_event *event);
include/linux/fsnotify_backend.h
248
struct fsnotify_event *overflow_event; /* Event we queue when the
include/linux/fsnotify_backend.h
725
struct fsnotify_event *event);
include/linux/fsnotify_backend.h
728
struct fsnotify_event *event,
include/linux/fsnotify_backend.h
730
struct fsnotify_event *),
include/linux/fsnotify_backend.h
732
struct fsnotify_event *));
include/linux/fsnotify_backend.h
735
struct fsnotify_event *event,
include/linux/fsnotify_backend.h
737
struct fsnotify_event *))
include/linux/fsnotify_backend.h
762
extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
include/linux/fsnotify_backend.h
764
extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
include/linux/fsnotify_backend.h
767
struct fsnotify_event *event);
include/linux/fsnotify_backend.h
921
static inline void fsnotify_init_event(struct fsnotify_event *event)