Searched refs:fanotify_event (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/notify/fanotify/ |
D | fanotify.h | 255 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 …]
|
D | fanotify.c | 130 static bool fanotify_should_merge(struct fanotify_event *old, in fanotify_should_merge() 131 struct fanotify_event *new) in fanotify_should_merge() 184 struct fanotify_event *old, *new = FANOTIFY_E(event); in fanotify_merge() 534 static struct fanotify_event *fanotify_alloc_path_event(const struct path *path, in fanotify_alloc_path_event() 552 static struct fanotify_event *fanotify_alloc_perm_event(const struct path *path, in fanotify_alloc_perm_event() 573 static struct fanotify_event *fanotify_alloc_fid_event(struct inode *id, in fanotify_alloc_fid_event() 593 static struct fanotify_event *fanotify_alloc_name_event(struct inode *dir, in fanotify_alloc_name_event() 668 static struct fanotify_event *fanotify_alloc_error_event( in fanotify_alloc_error_event() 706 static struct fanotify_event *fanotify_alloc_event( in fanotify_alloc_event() 712 struct fanotify_event *event = NULL; in fanotify_alloc_event() [all …]
|
D | fanotify_user.c | 139 static int fanotify_dir_name_info_len(struct fanotify_event *event) in fanotify_dir_name_info_len() 157 struct fanotify_event *event) in fanotify_event_len() 195 struct fanotify_event *event) in fanotify_unhash_event() 214 static struct fanotify_event *get_one_event(struct fsnotify_group *group, in get_one_event() 218 struct fanotify_event *event = NULL; in get_one_event() 391 static size_t copy_error_info_to_user(struct fanotify_event *event, in copy_error_info_to_user() 532 static int copy_info_records_to_user(struct fanotify_event *event, in copy_info_records_to_user() 657 struct fanotify_event *event, in copy_event_to_user() 791 struct fanotify_event *event; in fanotify_read() 937 struct fanotify_event *event = FANOTIFY_E(fsn_event); in fanotify_release() [all …]
|