Searched defs:fsnotify_group (Results 1 – 1 of 1) sorted by relevance
27204 struct fsnotify_group { struct27205 const struct fsnotify_ops *ops;27206 refcount_t refcnt;27207 spinlock_t notification_lock;27208 struct list_head notification_list;27209 wait_queue_head_t notification_waitq;27210 unsigned int q_len;27211 unsigned int max_events;27212 unsigned int priority;27236 struct fsnotify_group *group; argument