Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfsnotify_backend.h121 struct fsnotify_group;
165 int (*handle_event)(struct fsnotify_group *group, u32 mask,
172 void (*free_group_priv)(struct fsnotify_group *group);
173 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);
174 void (*free_event)(struct fsnotify_group *group, struct fsnotify_event *event);
205 struct fsnotify_group { struct
276 static inline void fsnotify_group_lock(struct fsnotify_group *group) in fsnotify_group_lock()
282 static inline void fsnotify_group_unlock(struct fsnotify_group *group) in fsnotify_group_unlock()
288 static inline void fsnotify_group_assert_locked(struct fsnotify_group *group) in fsnotify_group_assert_locked()
443 struct fsnotify_group *current_group;
[all …]
/linux/fs/notify/
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 Dfsnotify.h65 extern void fsnotify_flush_notify(struct fsnotify_group *group);
71 extern int fsnotify_compare_groups(struct fsnotify_group *a,
72 struct fsnotify_group *b);
H A Dfdinfo.c29 struct fsnotify_group *group = f->private_data; in show_fdinfo()
129 struct fsnotify_group *group = f->private_data; in fanotify_show_fdinfo()
H A Dfsnotify.c292 static int fsnotify_handle_inode_event(struct fsnotify_group *group, in fsnotify_handle_inode_event()
319 static int fsnotify_handle_event(struct fsnotify_group *group, __u32 mask, in fsnotify_handle_event()
379 struct fsnotify_group *group = NULL; in send_to_group()
455 struct fsnotify_group *max_prio_group = NULL; in fsnotify_iter_select_report_types()
/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, in fanotify_merge()
222 static int fanotify_get_response(struct fsnotify_group *group, in fanotify_get_response()
297 static u32 fanotify_group_event_mask(struct fsnotify_group *group, in fanotify_group_event_mask()
684 struct fsnotify_group *group, in fanotify_alloc_error_event()
722 struct fsnotify_group *group, in fanotify_alloc_event()
877 static void fanotify_insert_event(struct fsnotify_group *group, in fanotify_insert_event()
895 static int fanotify_handle_event(struct fsnotify_group *group, u32 mask, in fanotify_handle_event()
986 static void fanotify_free_group_priv(struct fsnotify_group *group) in fanotify_free_group_priv()
1023 static void fanotify_free_error_event(struct fsnotify_group *group, in fanotify_free_error_event()
1031 static void fanotify_free_event(struct fsnotify_group *group, in fanotify_free_event()
[all …]
H A Dfanotify.h496 struct fsnotify_group *group, in fanotify_event_hash_bucket()
/linux/kernel/
H A Daudit_fsnotify.c35 static struct fsnotify_group *audit_fsnotify_group;
H A Daudit_tree.c90 static struct fsnotify_group *audit_tree_group __ro_after_init;
1043 struct fsnotify_group *group) in audit_tree_freeing_mark()
H A Daudit_watch.c52 static struct fsnotify_group *audit_watch_group;
/linux/fs/nfsd/
H A Dfilecache.c74 static struct fsnotify_group *nfsd_file_fsnotify_group;