Searched defs:fsnotify_group (Results 1 – 1 of 1) sorted by relevance
124 struct fsnotify_group { struct133 atomic_t refcnt; /* things with interest in this group */135 const struct fsnotify_ops *ops; /* how this group handles things */138 struct mutex notification_mutex; /* protect the notification_list */139 …truct list_head notification_list; /* list of event_holder this group needs to send to userspace */140 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */141 unsigned int q_len; /* events on the queue */142 unsigned int max_events; /* maximum events allowed on the list */150 unsigned int priority;153 struct mutex mark_mutex; /* protect marks_list */[all …]