Searched defs:fsnotify_group (Results 1 – 2 of 2) sorted by relevance
185 struct fsnotify_group { struct196 refcount_t refcnt; /* things with interest in this group */202 unsigned int q_len; /* events on the queue */211 unsigned int priority;217 int flags;221 struct mutex mark_mutex; /* protect marks_list */222 atomic_t user_waits; /* Number of tasks waiting for user226 struct fasync_struct *fsn_fa; /* async notification */232 struct mem_cgroup *memcg; /* memcg to charge allocations */235 union {[all …]
83 int (*merge)(struct fsnotify_group *, in fsnotify_insert_event()85 void (*insert)(struct fsnotify_group *, in fsnotify_insert_event()
Completed in 6 milliseconds