Searched defs:fsnotify_group (Results 1 – 2 of 2) sorted by relevance
187 struct fsnotify_group { struct198 refcount_t refcnt; /* things with interest in this group */204 unsigned int q_len; /* events on the queue */213 unsigned int priority;217 struct mutex mark_mutex; /* protect marks_list */218 atomic_t user_waits; /* Number of tasks waiting for user220 struct list_head marks_list; /* all inode marks for this group */222 struct fasync_struct *fsn_fa; /* async notification */228 struct mem_cgroup *memcg; /* memcg to charge allocations */231 union {[all …]
83 int (*merge)(struct fsnotify_group *, in fsnotify_insert_event()85 void (*insert)(struct fsnotify_group *, in fsnotify_insert_event()
Completed in 5 milliseconds