Lines Matching defs:fsnotify_group
213 struct fsnotify_group { struct
232 enum fsnotify_group_prio priority; /* priority for sending events */ argument
233 bool shutdown; /* group is being shut down, don't queue more events */
237 int flags;
238 unsigned int owner_flags; /* stored flags of mark_mutex owner */
241 struct mutex mark_mutex; /* protect marks_list */
242 atomic_t user_waits; /* Number of tasks waiting for user
244 struct list_head marks_list; /* all inode marks for this group */
246 struct fasync_struct *fsn_fa; /* async notification */
248 struct fsnotify_event *overflow_event; /* Event we queue when the
252 struct mem_cgroup *memcg; /* memcg to charge allocations */
255 union {
730 int (*merge)(struct fsnotify_group *, in fsnotify_add_event()