Home
last modified time | relevance | path

Searched refs:fanotify_event (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.h140 struct fanotify_event { struct
147 static inline void fanotify_init_event(struct fanotify_event *event, in fanotify_init_event() argument
156 struct fanotify_event fae;
164 FANOTIFY_FE(struct fanotify_event *event) in FANOTIFY_FE()
170 struct fanotify_event fae;
176 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE()
181 static inline __kernel_fsid_t *fanotify_event_fsid(struct fanotify_event *event) in fanotify_event_fsid()
192 struct fanotify_event *event) in fanotify_event_object_fh()
203 struct fanotify_event *event) in fanotify_event_info()
211 static inline int fanotify_event_object_fh_len(struct fanotify_event *event) in fanotify_event_object_fh_len()
[all …]
H A Dfanotify.c94 struct fanotify_event *old, *new; in fanotify_should_merge()
139 struct fanotify_event *new; in fanotify_merge()
433 static struct fanotify_event *fanotify_alloc_path_event(const struct path *path, in fanotify_alloc_path_event()
449 static struct fanotify_event *fanotify_alloc_perm_event(const struct path *path, in fanotify_alloc_perm_event()
467 static struct fanotify_event *fanotify_alloc_fid_event(struct inode *id, in fanotify_alloc_fid_event()
485 static struct fanotify_event *fanotify_alloc_name_event(struct inode *id, in fanotify_alloc_name_event()
527 static struct fanotify_event *fanotify_alloc_event(struct fsnotify_group *group, in fanotify_alloc_event()
533 struct fanotify_event *event = NULL; in fanotify_alloc_event()
661 struct fanotify_event *event; in fanotify_handle_event()
752 static void fanotify_free_path_event(struct fanotify_event *event) in fanotify_free_path_event()
[all …]
H A Dfanotify_user.c68 struct fanotify_event *event) in fanotify_event_info_len()
98 static struct fanotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
102 struct fanotify_event *event = NULL; in get_one_event()
324 struct fanotify_event *event, in copy_event_to_user()
464 struct fanotify_event *event; in fanotify_read()
605 struct fanotify_event *event; in fanotify_release()
910 struct fanotify_event *oevent; in fanotify_alloc_overflow_event()