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()
480 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 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()
H A Dfdinfo.c30 struct fsnotify_group *group = f->private_data; in show_fdinfo()
140 struct fsnotify_group *group = f->private_data; in fanotify_show_fdinfo()
/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/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;
1050 struct fsnotify_group *group) in audit_tree_freeing_mark()
H A Daudit_watch.c52 static struct fsnotify_group *audit_watch_group;
/linux/fs/notify/dnotify/
H A Ddnotify.c42 static struct fsnotify_group *dnotify_group __ro_after_init;
/linux/fs/notify/fanotify/
H A Dfanotify.h515 struct fsnotify_group *group, in fanotify_event_hash_bucket()