Home
last modified time | relevance | path

Searched refs:fsnotify_group (Results 1 – 14 of 14) sorted by relevance

/fs/notify/
A Dgroup.c22 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()
114 static struct fsnotify_group *__fsnotify_alloc_group( in __fsnotify_alloc_group()
118 struct fsnotify_group *group; in __fsnotify_alloc_group()
120 group = kzalloc(sizeof(struct fsnotify_group), gfp); in __fsnotify_alloc_group()
145 struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops, in fsnotify_alloc_group()
157 struct fsnotify_group *group = file->private_data; in fsnotify_fasync()
A Dnotification.c50 void fsnotify_destroy_event(struct fsnotify_group *group, in fsnotify_destroy_event()
81 int fsnotify_insert_event(struct fsnotify_group *group, in fsnotify_insert_event()
83 int (*merge)(struct fsnotify_group *, in fsnotify_insert_event() argument
85 void (*insert)(struct fsnotify_group *, in fsnotify_insert_event() argument
132 void fsnotify_remove_queued_event(struct fsnotify_group *group, in fsnotify_remove_queued_event()
148 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event()
163 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event()
181 void fsnotify_flush_notify(struct fsnotify_group *group) in fsnotify_flush_notify()
A Dmark.c368 struct fsnotify_group *group = mark->group; in fsnotify_final_mark_destroy()
481 struct fsnotify_group *group = mark->group; in fsnotify_put_mark_wake()
572 struct fsnotify_group *group = mark->group; in fsnotify_free_mark()
593 struct fsnotify_group *group) in fsnotify_destroy_mark()
621 int fsnotify_compare_groups(struct fsnotify_group *a, struct fsnotify_group *b) in fsnotify_compare_groups()
803 struct fsnotify_group *group = mark->group; in fsnotify_add_mark_locked()
843 struct fsnotify_group *group = mark->group; in fsnotify_add_mark()
857 struct fsnotify_group *group) in fsnotify_find_mark()
884 void fsnotify_clear_marks_by_group(struct fsnotify_group *group, in fsnotify_clear_marks_by_group()
971 struct fsnotify_group *group) in fsnotify_init_mark()
A Dfsnotify.h71 extern void fsnotify_flush_notify(struct fsnotify_group *group);
77 extern int fsnotify_compare_groups(struct fsnotify_group *a,
78 struct fsnotify_group *b);
A Dfdinfo.c29 struct fsnotify_group *group = f->private_data; in show_fdinfo()
134 struct fsnotify_group *group = f->private_data; in fanotify_show_fdinfo()
A Dfsnotify.c297 static int fsnotify_handle_inode_event(struct fsnotify_group *group, in fsnotify_handle_inode_event()
324 static int fsnotify_handle_event(struct fsnotify_group *group, __u32 mask, in fsnotify_handle_event()
384 struct fsnotify_group *group = NULL; in send_to_group()
460 struct fsnotify_group *max_prio_group = NULL; in fsnotify_iter_select_report_types()
/fs/notify/inotify/
A Dinotify_user.c141 struct fsnotify_group *group = file->private_data; in inotify_poll()
199 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
252 struct fsnotify_group *group; in inotify_read()
303 struct fsnotify_group *group = file->private_data; in inotify_release()
316 struct fsnotify_group *group; in inotify_ioctl()
521 struct fsnotify_group *group) in inotify_ignored_and_remove_idr()
590 static int inotify_new_watch(struct fsnotify_group *group, in inotify_new_watch()
655 struct fsnotify_group *group; in inotify_new_group()
696 struct fsnotify_group *group; in do_inotify_init()
732 struct fsnotify_group *group; in SYSCALL_DEFINE3()
[all …]
A Dinotify_fsnotify.c49 static int inotify_merge(struct fsnotify_group *group, in inotify_merge()
66 struct fsnotify_group *group = inode_mark->group; in inotify_handle_inode_event()
138 static void inotify_freeing_mark(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) in inotify_freeing_mark()
178 static void inotify_free_group_priv(struct fsnotify_group *group) in inotify_free_group_priv()
187 static void inotify_free_event(struct fsnotify_group *group, in inotify_free_event()
A Dinotify.h45 struct fsnotify_group *group);
/fs/notify/fanotify/
A Dfanotify_user.c199 static void fanotify_unhash_event(struct fsnotify_group *group, in fanotify_unhash_event()
327 static int process_access_response(struct fsnotify_group *group, in process_access_response()
883 struct fsnotify_group *group = file->private_data; in fanotify_poll()
898 struct fsnotify_group *group; in fanotify_read()
974 struct fsnotify_group *group; in fanotify_write()
1005 struct fsnotify_group *group = file->private_data; in fanotify_release()
1060 struct fsnotify_group *group; in fanotify_ioctl()
1172 static int fanotify_remove_mark(struct fsnotify_group *group, in fanotify_remove_mark()
1422 static int fanotify_add_mark(struct fsnotify_group *group, in fanotify_add_mark()
1503 struct fsnotify_group *group; in SYSCALL_DEFINE2()
[all …]
A Dfanotify.c182 static int fanotify_merge(struct fsnotify_group *group, in fanotify_merge()
224 static int fanotify_get_response(struct fsnotify_group *group, in fanotify_get_response()
299 static u32 fanotify_group_event_mask(struct fsnotify_group *group, in fanotify_group_event_mask()
709 struct fsnotify_group *group, in fanotify_alloc_error_event()
747 struct fsnotify_group *group, in fanotify_alloc_event()
907 static void fanotify_insert_event(struct fsnotify_group *group, in fanotify_insert_event()
925 static int fanotify_handle_event(struct fsnotify_group *group, u32 mask, in fanotify_handle_event()
1016 static void fanotify_free_group_priv(struct fsnotify_group *group) in fanotify_free_group_priv()
1054 static void fanotify_free_error_event(struct fsnotify_group *group, in fanotify_free_error_event()
1067 static void fanotify_free_event(struct fsnotify_group *group, in fanotify_free_event()
[all …]
A Dfanotify.h513 struct fsnotify_group *group, in fanotify_event_hash_bucket()
/fs/notify/dnotify/
A Ddnotify.c42 static struct fsnotify_group *dnotify_group __ro_after_init;
/fs/nfsd/
A Dfilecache.c74 static struct fsnotify_group *nfsd_file_fsnotify_group;

Completed in 39 milliseconds