Lines Matching refs:fsnotify_group
106 struct fsnotify_group;
148 int (*handle_event)(struct fsnotify_group *group, u32 mask,
155 void (*free_group_priv)(struct fsnotify_group *group);
156 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);
178 struct fsnotify_group { struct
390 struct fsnotify_group *group;
471 extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops);
473 extern void fsnotify_get_group(struct fsnotify_group *group);
475 extern void fsnotify_put_group(struct fsnotify_group *group);
477 extern void fsnotify_group_stop_queueing(struct fsnotify_group *group);
479 extern void fsnotify_destroy_group(struct fsnotify_group *group);
483 extern void fsnotify_destroy_event(struct fsnotify_group *group,
486 extern int fsnotify_add_event(struct fsnotify_group *group,
491 static inline void fsnotify_queue_overflow(struct fsnotify_group *group) in fsnotify_queue_overflow()
497 extern bool fsnotify_notify_queue_is_empty(struct fsnotify_group *group);
499 extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
501 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
503 extern void fsnotify_remove_queued_event(struct fsnotify_group *group,
513 struct fsnotify_group *group);
516 struct fsnotify_group *group);
548 struct fsnotify_group *group);
556 extern void fsnotify_clear_marks_by_group(struct fsnotify_group *group, unsigned int type);
558 static inline void fsnotify_clear_vfsmount_marks_by_group(struct fsnotify_group *group) in fsnotify_clear_vfsmount_marks_by_group()
563 static inline void fsnotify_clear_inode_marks_by_group(struct fsnotify_group *group) in fsnotify_clear_inode_marks_by_group()
568 static inline void fsnotify_clear_sb_marks_by_group(struct fsnotify_group *group) in fsnotify_clear_sb_marks_by_group()