Symbol: fsnotify_event
fs/notify/fanotify/fanotify.c
1070
struct fsnotify_event *fsn_event)
fs/notify/fanotify/fanotify.c
181
struct fsnotify_event *event)
fs/notify/fanotify/fanotify.c
910
struct fsnotify_event *fsn_event)
fs/notify/fanotify/fanotify.c
935
struct fsnotify_event *fsn_event;
fs/notify/fanotify/fanotify.h
258
struct fsnotify_event fse;
fs/notify/fanotify/fanotify.h
474
static inline struct fanotify_event *FANOTIFY_E(struct fsnotify_event *fse)
fs/notify/fanotify/fanotify_user.c
1090
struct fsnotify_event *fsn_event;
fs/notify/fanotify/fanotify_user.c
1147
struct fsnotify_event *fsn_event;
fs/notify/fanotify/fanotify_user.c
1547
static struct fsnotify_event *fanotify_alloc_overflow_event(void)
fs/notify/fanotify/fanotify_user.c
319
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
745
struct fsnotify_event *event);
include/linux/fsnotify_backend.h
748
struct fsnotify_event *event,
include/linux/fsnotify_backend.h
750
struct fsnotify_event *),
include/linux/fsnotify_backend.h
752
struct fsnotify_event *));
include/linux/fsnotify_backend.h
755
struct fsnotify_event *event,
include/linux/fsnotify_backend.h
757
struct fsnotify_event *))
include/linux/fsnotify_backend.h
782
extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
include/linux/fsnotify_backend.h
784
extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
include/linux/fsnotify_backend.h
787
struct fsnotify_event *event);
include/linux/fsnotify_backend.h
943
static inline void fsnotify_init_event(struct fsnotify_event *event)