Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfsnotify_backend.h129 struct fsnotify_group;
173 int (*handle_event)(struct fsnotify_group *group, u32 mask,
180 void (*free_group_priv)(struct fsnotify_group *group);
181 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);
182 void (*free_event)(struct fsnotify_group *group, struct fsnotify_event *event);
213 struct fsnotify_group { struct
287 static inline void fsnotify_group_lock(struct fsnotify_group *group) in fsnotify_group_lock()
293 static inline void fsnotify_group_unlock(struct fsnotify_group *group) in fsnotify_group_unlock()
299 static inline void fsnotify_group_assert_locked(struct fsnotify_group *group) in fsnotify_group_assert_locked()
500 struct fsnotify_group *current_grou in fsnotify_iter_mark()
232 priorityfsnotify_group global() argument
233 shutdownfsnotify_group global() argument
237 flagsfsnotify_group global() argument
238 owner_flagsfsnotify_group global() argument
241 mark_mutexfsnotify_group global() argument
242 user_waitsfsnotify_group global() argument
244 marks_listfsnotify_group global() argument
246 fsn_fafsnotify_group global() argument
248 overflow_eventfsnotify_group global() argument
252 memcgfsnotify_group global() argument
253 user_nsfsnotify_group global() argument
256 __anonf8493f57010afsnotify_group global() argument
736 fsnotify_add_event(struct fsnotify_group * group,struct fsnotify_event * event,int (* merge)(struct fsnotify_group *,struct fsnotify_event *)) fsnotify_add_event() argument
[all...]
/linux/fs/notify/
H 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_obj(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()
H 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()
H A Dmark.c56 * - The fsnotify_group associated with the mark is going away and all such marks
434 struct fsnotify_group *group = mark->group; in fsnotify_put_mark()
544 struct fsnotify_group *group = mark->group; in fsnotify_prepare_user_wait()
642 struct fsnotify_group *group = mark->group;
663 struct fsnotify_group *group) in fsnotify_compare_groups()
691 int fsnotify_compare_groups(struct fsnotify_group *a, struct fsnotify_group *b) in fsnotify_attach_info_to_sb()
979 struct fsnotify_group *group = mark->group; in fsnotify_add_mark_locked()
1019 struct fsnotify_group *group = mark->group; in fsnotify_find_mark()
1033 struct fsnotify_group *grou in fsnotify_clear_marks_by_group()
[all...]
H A Dfsnotify.c251 static int fsnotify_handle_inode_event(struct fsnotify_group *group, in fsnotify_handle_inode_event()
278 static int fsnotify_handle_event(struct fsnotify_group *group, __u32 mask, in fsnotify_handle_event()
338 struct fsnotify_group *group = NULL; in send_to_group()
414 struct fsnotify_group *max_prio_group = NULL; in fsnotify_iter_select_report_types()
480 * registered fsnotify_group. Those groups can then use the notification event
/linux/fs/notify/inotify/
H 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()
H A Dinotify.h45 struct fsnotify_group *group);
/linux/fs/notify/fanotify/
H A Dfanotify.c180 static int fanotify_merge(struct fsnotify_group *group,
222 static int fanotify_get_response(struct fsnotify_group *group,
297 static u32 fanotify_group_event_mask(struct fsnotify_group *group,
707 struct fsnotify_group *group,
745 struct fsnotify_group *group,
909 static void fanotify_insert_event(struct fsnotify_group *group, in fanotify_insert_event()
927 static int fanotify_handle_event(struct fsnotify_group *group, u32 mask, in fanotify_handle_event()
1018 static void fanotify_free_group_priv(struct fsnotify_group *group) in fanotify_free_group_priv()
1056 static void fanotify_free_error_event(struct fsnotify_group *group, in fanotify_free_error_event()
1069 static void fanotify_free_event(struct fsnotify_group *grou in fanotify_free_event()
[all...]
/linux/fs/notify/dnotify/
H A Ddnotify.c42 static struct fsnotify_group *dnotify_group __ro_after_init;
/linux/kernel/
H A Daudit_tree.c90 static struct fsnotify_group *audit_tree_group __ro_after_init;
1050 struct fsnotify_group *group) in audit_tree_freeing_mark()
/linux/fs/nfsd/
H A Dfilecache.c74 static struct fsnotify_group *nfsd_file_fsnotify_group;