Lines Matching refs:fsnotify_group

80 struct fsnotify_group;
101 int (*handle_event)(struct fsnotify_group *group,
106 void (*free_group_priv)(struct fsnotify_group *group);
107 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);
131 struct fsnotify_group { struct
309 struct fsnotify_group *group;
374 extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops);
376 extern void fsnotify_get_group(struct fsnotify_group *group);
378 extern void fsnotify_put_group(struct fsnotify_group *group);
380 extern void fsnotify_group_stop_queueing(struct fsnotify_group *group);
382 extern void fsnotify_destroy_group(struct fsnotify_group *group);
386 extern void fsnotify_destroy_event(struct fsnotify_group *group,
389 extern int fsnotify_add_event(struct fsnotify_group *group,
394 static inline void fsnotify_queue_overflow(struct fsnotify_group *group) in fsnotify_queue_overflow()
400 extern bool fsnotify_notify_queue_is_empty(struct fsnotify_group *group);
402 extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
404 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
413 struct fsnotify_group *group);
416 struct fsnotify_group *group);
441 struct fsnotify_group *group);
447 extern void fsnotify_clear_marks_by_group(struct fsnotify_group *group, unsigned int type);
449 static inline void fsnotify_clear_vfsmount_marks_by_group(struct fsnotify_group *group) in fsnotify_clear_vfsmount_marks_by_group()
454 static inline void fsnotify_clear_inode_marks_by_group(struct fsnotify_group *group) in fsnotify_clear_inode_marks_by_group()