Home
last modified time | relevance | path

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

/Linux-v5.15/fs/notify/fanotify/
Dfanotify.h152 struct fanotify_event { struct
163 static inline void fanotify_init_event(struct fanotify_event *event, in fanotify_init_event() argument
174 struct fanotify_event fae;
182 FANOTIFY_FE(struct fanotify_event *event) in FANOTIFY_FE()
188 struct fanotify_event fae;
194 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE()
199 static inline __kernel_fsid_t *fanotify_event_fsid(struct fanotify_event *event) in fanotify_event_fsid()
210 struct fanotify_event *event) in fanotify_event_object_fh()
221 struct fanotify_event *event) in fanotify_event_info()
229 static inline int fanotify_event_object_fh_len(struct fanotify_event *event) in fanotify_event_object_fh_len()
[all …]
Dfanotify.c114 static bool fanotify_should_merge(struct fanotify_event *old, in fanotify_should_merge()
115 struct fanotify_event *new) in fanotify_should_merge()
158 struct fanotify_event *old, *new = FANOTIFY_E(event); in fanotify_merge()
461 static struct fanotify_event *fanotify_alloc_path_event(const struct path *path, in fanotify_alloc_path_event()
479 static struct fanotify_event *fanotify_alloc_perm_event(const struct path *path, in fanotify_alloc_perm_event()
497 static struct fanotify_event *fanotify_alloc_fid_event(struct inode *id, in fanotify_alloc_fid_event()
517 static struct fanotify_event *fanotify_alloc_name_event(struct inode *id, in fanotify_alloc_name_event()
566 static struct fanotify_event *fanotify_alloc_event(struct fsnotify_group *group, in fanotify_alloc_event()
572 struct fanotify_event *event = NULL; in fanotify_alloc_event()
699 struct fanotify_event *event = FANOTIFY_E(fsn_event); in fanotify_insert_event()
[all …]
Dfanotify_user.c130 struct fanotify_event *event) in fanotify_event_info_len()
162 struct fanotify_event *event) in fanotify_unhash_event()
181 static struct fanotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
185 struct fanotify_event *event = NULL; in get_one_event()
435 static int copy_info_records_to_user(struct fanotify_event *event, in copy_info_records_to_user()
527 struct fanotify_event *event, in copy_event_to_user()
657 struct fanotify_event *event; in fanotify_read()
799 struct fanotify_event *event = FANOTIFY_E(fsn_event); in fanotify_release()
1117 struct fanotify_event *oevent; in fanotify_alloc_overflow_event()