Home
last modified time | relevance | path

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

/Linux-v6.6/fs/notify/fanotify/
Dfanotify.h255 struct fanotify_event { struct
266 static inline void fanotify_init_event(struct fanotify_event *event, in fanotify_init_event() argument
284 struct fanotify_event fae;
291 FANOTIFY_FE(struct fanotify_event *event) in FANOTIFY_FE()
297 struct fanotify_event fae;
303 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE()
309 struct fanotify_event fae;
319 FANOTIFY_EE(struct fanotify_event *event) in FANOTIFY_EE()
324 static inline __kernel_fsid_t *fanotify_event_fsid(struct fanotify_event *event) in fanotify_event_fsid()
337 struct fanotify_event *event) in fanotify_event_object_fh()
[all …]
Dfanotify.c136 static bool fanotify_should_merge(struct fanotify_event *old, in fanotify_should_merge()
137 struct fanotify_event *new) in fanotify_should_merge()
190 struct fanotify_event *old, *new = FANOTIFY_E(event); in fanotify_merge()
538 static struct fanotify_event *fanotify_alloc_path_event(const struct path *path, in fanotify_alloc_path_event()
556 static struct fanotify_event *fanotify_alloc_perm_event(const struct path *path, in fanotify_alloc_perm_event()
577 static struct fanotify_event *fanotify_alloc_fid_event(struct inode *id, in fanotify_alloc_fid_event()
597 static struct fanotify_event *fanotify_alloc_name_event(struct inode *dir, in fanotify_alloc_name_event()
672 static struct fanotify_event *fanotify_alloc_error_event( in fanotify_alloc_error_event()
710 static struct fanotify_event *fanotify_alloc_event( in fanotify_alloc_event()
716 struct fanotify_event *event = NULL; in fanotify_alloc_event()
[all …]
Dfanotify_user.c140 static int fanotify_dir_name_info_len(struct fanotify_event *event) in fanotify_dir_name_info_len()
158 struct fanotify_event *event) in fanotify_event_len()
196 struct fanotify_event *event) in fanotify_unhash_event()
215 static struct fanotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
219 struct fanotify_event *event = NULL; in get_one_event()
392 static size_t copy_error_info_to_user(struct fanotify_event *event, in copy_error_info_to_user()
533 static int copy_info_records_to_user(struct fanotify_event *event, in copy_info_records_to_user()
658 struct fanotify_event *event, in copy_event_to_user()
792 struct fanotify_event *event; in fanotify_read()
938 struct fanotify_event *event = FANOTIFY_E(fsn_event); in fanotify_release()
[all …]