Home
last modified time | relevance | path

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

/include/linux/
Dfsnotify_backend.h106 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);
178 struct fsnotify_group { struct
388 struct fsnotify_group *group;
469 extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops);
470 extern struct fsnotify_group *fsnotify_alloc_user_group(const struct fsnotify_ops *ops);
472 extern void fsnotify_get_group(struct fsnotify_group *group);
474 extern void fsnotify_put_group(struct fsnotify_group *group);
[all …]