Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.h257 struct fanotify_event { struct
268 static inline void fanotify_init_event(struct fanotify_event *event, in fanotify_init_event() argument
286 struct fanotify_event fae;
293 FANOTIFY_FE(struct fanotify_event *event) in FANOTIFY_FE()
299 struct fanotify_event fae;
305 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE()
311 struct fanotify_event fae;
321 FANOTIFY_EE(struct fanotify_event *event) in FANOTIFY_EE()
326 static inline __kernel_fsid_t *fanotify_event_fsid(struct fanotify_event *event) in fanotify_event_fsid()
339 struct fanotify_event *event) in fanotify_event_object_fh()
[all …]
H A Dfanotify.c127 static bool fanotify_should_merge(struct fanotify_event *old, in fanotify_should_merge()
128 struct fanotify_event *new) in fanotify_should_merge()
183 struct fanotify_event *old, *new = FANOTIFY_E(event); in fanotify_merge()
551 static struct fanotify_event *fanotify_alloc_path_event(const struct path *path, in fanotify_alloc_path_event()
569 static struct fanotify_event *fanotify_alloc_mnt_event(u64 mnt_id, gfp_t gfp) in fanotify_alloc_mnt_event()
583 static struct fanotify_event *fanotify_alloc_perm_event(const void *data, in fanotify_alloc_perm_event()
611 static struct fanotify_event *fanotify_alloc_fid_event(struct inode *id, in fanotify_alloc_fid_event()
631 static struct fanotify_event *fanotify_alloc_name_event(struct inode *dir, in fanotify_alloc_name_event()
706 static struct fanotify_event *fanotify_alloc_error_event( in fanotify_alloc_error_event()
744 static struct fanotify_event *fanotify_alloc_event( in fanotify_alloc_event()
[all …]
H A Dfanotify_user.c242 static int fanotify_dir_name_info_len(struct fanotify_event *event) in fanotify_dir_name_info_len()
260 struct fanotify_event *event) in fanotify_event_len()
300 struct fanotify_event *event) in fanotify_unhash_event()
319 static struct fanotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
323 struct fanotify_event *event = NULL; in get_one_event()
513 static size_t copy_mnt_info_to_user(struct fanotify_event *event, in copy_mnt_info_to_user()
532 static size_t copy_error_info_to_user(struct fanotify_event *event, in copy_error_info_to_user()
673 static size_t copy_range_info_to_user(struct fanotify_event *event, in copy_range_info_to_user()
694 static int copy_info_records_to_user(struct fanotify_event *event, in copy_info_records_to_user()
837 struct fanotify_event *event, in copy_event_to_user()
[all …]