Searched refs:fsnotify_group (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | fsnotify_backend.h | 106 struct fsnotify_group; 149 int (*handle_event)(struct fsnotify_group *group, u32 mask, 156 void (*free_group_priv)(struct fsnotify_group *group); 157 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group); 179 struct fsnotify_group { struct 391 struct fsnotify_group *group; 472 extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops); 474 extern void fsnotify_get_group(struct fsnotify_group *group); 476 extern void fsnotify_put_group(struct fsnotify_group *group); 478 extern void fsnotify_group_stop_queueing(struct fsnotify_group *group); [all …]
|
/kernel/linux/linux-5.10/fs/notify/ |
D | group.c | 22 static void fsnotify_final_destroy_group(struct fsnotify_group *group) in fsnotify_final_destroy_group() 37 void fsnotify_group_stop_queueing(struct fsnotify_group *group) in fsnotify_group_stop_queueing() 50 void fsnotify_destroy_group(struct fsnotify_group *group) in fsnotify_destroy_group() 99 void fsnotify_get_group(struct fsnotify_group *group) in fsnotify_get_group() 107 void fsnotify_put_group(struct fsnotify_group *group) in fsnotify_put_group() 117 struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops) in fsnotify_alloc_group() 119 struct fsnotify_group *group; in fsnotify_alloc_group() 121 group = kzalloc(sizeof(struct fsnotify_group), GFP_KERNEL); in fsnotify_alloc_group() 146 struct fsnotify_group *group = file->private_data; in fsnotify_fasync()
|
D | notification.c | 51 bool fsnotify_notify_queue_is_empty(struct fsnotify_group *group) in fsnotify_notify_queue_is_empty() 57 void fsnotify_destroy_event(struct fsnotify_group *group, in fsnotify_destroy_event() 84 int fsnotify_add_event(struct fsnotify_group *group, in fsnotify_add_event() 131 void fsnotify_remove_queued_event(struct fsnotify_group *group, in fsnotify_remove_queued_event() 147 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event() 165 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event() 177 void fsnotify_flush_notify(struct fsnotify_group *group) in fsnotify_flush_notify()
|
D | fsnotify.h | 31 extern void fsnotify_flush_notify(struct fsnotify_group *group); 37 extern int fsnotify_compare_groups(struct fsnotify_group *a, 38 struct fsnotify_group *b);
|
D | mark.c | 201 struct fsnotify_group *group = mark->group; in fsnotify_final_mark_destroy() 315 struct fsnotify_group *group = mark->group; in fsnotify_put_mark_wake() 377 struct fsnotify_group *group = mark->group; in fsnotify_detach_mark() 410 struct fsnotify_group *group = mark->group; in fsnotify_free_mark() 431 struct fsnotify_group *group) in fsnotify_destroy_mark() 459 int fsnotify_compare_groups(struct fsnotify_group *a, struct fsnotify_group *b) in fsnotify_compare_groups() 644 struct fsnotify_group *group = mark->group; in fsnotify_add_mark_locked() 687 struct fsnotify_group *group = mark->group; in fsnotify_add_mark() 701 struct fsnotify_group *group) in fsnotify_find_mark() 724 void fsnotify_clear_marks_by_group(struct fsnotify_group *group, in fsnotify_clear_marks_by_group() [all …]
|
D | fsnotify.c | 242 static int fsnotify_handle_inode_event(struct fsnotify_group *group, in fsnotify_handle_inode_event() 266 static int fsnotify_handle_event(struct fsnotify_group *group, __u32 mask, in fsnotify_handle_event() 318 struct fsnotify_group *group = NULL; in send_to_group() 400 struct fsnotify_group *max_prio_group = NULL; in fsnotify_iter_select_report_types()
|
D | fdinfo.c | 28 struct fsnotify_group *group = f->private_data; in show_fdinfo() 144 struct fsnotify_group *group = f->private_data; in fanotify_show_fdinfo()
|
/kernel/linux/linux-5.10/fs/notify/inotify/ |
D | inotify_user.c | 105 struct fsnotify_group *group = file->private_data; in inotify_poll() 134 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event() 164 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user() 217 struct fsnotify_group *group; in inotify_read() 268 struct fsnotify_group *group = file->private_data; in inotify_release() 281 struct fsnotify_group *group; in inotify_ioctl() 379 static struct inotify_inode_mark *inotify_idr_find_locked(struct fsnotify_group *group, in inotify_idr_find_locked() 400 static struct inotify_inode_mark *inotify_idr_find(struct fsnotify_group *group, in inotify_idr_find() 417 static void inotify_remove_from_idr(struct fsnotify_group *group, in inotify_remove_from_idr() 486 struct fsnotify_group *group) in inotify_ignored_and_remove_idr() [all …]
|
D | inotify_fsnotify.c | 65 struct fsnotify_group *group = inode_mark->group; in inotify_handle_inode_event() 130 static void inotify_freeing_mark(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) in inotify_freeing_mark() 170 static void inotify_free_group_priv(struct fsnotify_group *group) in inotify_free_group_priv()
|
D | inotify.h | 26 struct fsnotify_group *group);
|
/kernel/linux/linux-5.10/fs/notify/fanotify/ |
D | fanotify_user.c | 98 static struct fanotify_event *get_one_event(struct fsnotify_group *group, in get_one_event() 128 static int create_fd(struct fsnotify_group *group, struct path *path, in create_fd() 166 static void finish_permission_event(struct fsnotify_group *group, in finish_permission_event() 184 static int process_access_response(struct fsnotify_group *group, in process_access_response() 323 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user() 448 struct fsnotify_group *group = file->private_data; in fanotify_poll() 463 struct fsnotify_group *group; in fanotify_read() 548 struct fsnotify_group *group; in fanotify_write() 575 struct fsnotify_group *group = file->private_data; in fanotify_release() 630 struct fsnotify_group *group; in fanotify_ioctl() [all …]
|
D | fanotify.c | 172 static int fanotify_get_response(struct fsnotify_group *group, in fanotify_get_response() 232 static u32 fanotify_group_event_mask(struct fsnotify_group *group, in fanotify_group_event_mask() 527 static struct fanotify_event *fanotify_alloc_event(struct fsnotify_group *group, in fanotify_alloc_event() 654 static int fanotify_handle_event(struct fsnotify_group *group, u32 mask, in fanotify_handle_event() 743 static void fanotify_free_group_priv(struct fsnotify_group *group) in fanotify_free_group_priv()
|
/kernel/linux/linux-5.10/kernel/ |
D | audit_fsnotify.c | 35 static struct fsnotify_group *audit_fsnotify_group;
|
D | audit_tree.c | 90 static struct fsnotify_group *audit_tree_group; 1046 struct fsnotify_group *group) in audit_tree_freeing_mark()
|
D | audit_watch.c | 52 static struct fsnotify_group *audit_watch_group;
|
/kernel/linux/linux-5.10/fs/notify/dnotify/ |
D | dnotify.c | 26 static struct fsnotify_group *dnotify_group __read_mostly;
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | filecache.c | 62 static struct fsnotify_group *nfsd_file_fsnotify_group;
|