• Home
  • Raw
  • Download

Lines Matching refs: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);
391 struct fsnotify_group *group; member
474 extern void fsnotify_get_group(struct fsnotify_group *group);
476 extern void fsnotify_put_group(struct fsnotify_group *group);
478 extern void fsnotify_group_stop_queueing(struct fsnotify_group *group);
480 extern void fsnotify_destroy_group(struct fsnotify_group *group);
484 extern void fsnotify_destroy_event(struct fsnotify_group *group,
487 extern int fsnotify_add_event(struct fsnotify_group *group,
492 static inline void fsnotify_queue_overflow(struct fsnotify_group *group) in fsnotify_queue_overflow() argument
494 fsnotify_add_event(group, group->overflow_event, NULL); in fsnotify_queue_overflow()
498 extern bool fsnotify_notify_queue_is_empty(struct fsnotify_group *group);
500 extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
502 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
504 extern void fsnotify_remove_queued_event(struct fsnotify_group *group,
514 struct fsnotify_group *group);
517 struct fsnotify_group *group);
549 struct fsnotify_group *group);
557 extern void fsnotify_clear_marks_by_group(struct fsnotify_group *group, unsigned int type);
559 static inline void fsnotify_clear_vfsmount_marks_by_group(struct fsnotify_group *group) in fsnotify_clear_vfsmount_marks_by_group() argument
561 fsnotify_clear_marks_by_group(group, FSNOTIFY_OBJ_TYPE_VFSMOUNT_FL); in fsnotify_clear_vfsmount_marks_by_group()
564 static inline void fsnotify_clear_inode_marks_by_group(struct fsnotify_group *group) in fsnotify_clear_inode_marks_by_group() argument
566 fsnotify_clear_marks_by_group(group, FSNOTIFY_OBJ_TYPE_INODE_FL); in fsnotify_clear_inode_marks_by_group()
569 static inline void fsnotify_clear_sb_marks_by_group(struct fsnotify_group *group) in fsnotify_clear_sb_marks_by_group() argument
571 fsnotify_clear_marks_by_group(group, FSNOTIFY_OBJ_TYPE_SB_FL); in fsnotify_clear_sb_marks_by_group()