Searched refs:fanotify_event (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/notify/fanotify/ |
| H A D | fanotify.h | 256 struct fanotify_event { struct 267 static inline void fanotify_init_event(struct fanotify_event *event, in fanotify_init_event() argument 285 struct fanotify_event fae; 292 FANOTIFY_FE(struct fanotify_event *event) in FANOTIFY_FE() 298 struct fanotify_event fae; 304 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE() 310 struct fanotify_event fae; 320 FANOTIFY_EE(struct fanotify_event *event) in FANOTIFY_EE() 325 static inline __kernel_fsid_t *fanotify_event_fsid(struct fanotify_event *event) in fanotify_event_fsid() 338 struct fanotify_event *event) in fanotify_event_object_fh() [all …]
|
| H A D | fanotify.c | 129 static bool fanotify_should_merge(struct fanotify_event *old, in fanotify_should_merge() 130 struct fanotify_event *new) in fanotify_should_merge() 185 struct fanotify_event *old, *new = FANOTIFY_E(event); in fanotify_merge() 553 static struct fanotify_event *fanotify_alloc_path_event(const struct path *path, in fanotify_alloc_path_event() 571 static struct fanotify_event *fanotify_alloc_mnt_event(u64 mnt_id, gfp_t gfp) in fanotify_alloc_mnt_event() 585 static struct fanotify_event *fanotify_alloc_perm_event(const void *data, in fanotify_alloc_perm_event() 613 static struct fanotify_event *fanotify_alloc_fid_event(struct inode *id, in fanotify_alloc_fid_event() 633 static struct fanotify_event *fanotify_alloc_name_event(struct inode *dir, in fanotify_alloc_name_event() 708 static struct fanotify_event *fanotify_alloc_error_event( in fanotify_alloc_error_event() 746 static struct fanotify_event *fanotify_alloc_event( in fanotify_alloc_event() [all …]
|
| H A D | fanotify_user.c | 236 static int fanotify_dir_name_info_len(struct fanotify_event *event) in fanotify_dir_name_info_len() 254 struct fanotify_event *event) in fanotify_event_len() 294 struct fanotify_event *event) in fanotify_unhash_event() 313 static struct fanotify_event *get_one_event(struct fsnotify_group *group, in get_one_event() 317 struct fanotify_event *event = NULL; in get_one_event() 507 static size_t copy_mnt_info_to_user(struct fanotify_event *event, in copy_mnt_info_to_user() 526 static size_t copy_error_info_to_user(struct fanotify_event *event, in copy_error_info_to_user() 667 static size_t copy_range_info_to_user(struct fanotify_event *event, in copy_range_info_to_user() 691 static int copy_info_records_to_user(struct fanotify_event *event, in copy_info_records_to_user() 834 struct fanotify_event *event, in copy_event_to_user() [all …]
|