Home
last modified time | relevance | path

Searched defs:fsnotify_group (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/
Dfsnotify_backend.h115 struct fsnotify_group { struct
124 atomic_t refcnt; /* things with interest in this group */
126 const struct fsnotify_ops *ops; /* how this group handles things */
129 struct mutex notification_mutex; /* protect the notification_list */
130 …truct list_head notification_list; /* list of event_holder this group needs to send to userspace */
131 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */
132 unsigned int q_len; /* events on the queue */
133 unsigned int max_events; /* maximum events allowed on the list */
141 unsigned int priority;
144 spinlock_t mark_lock; /* protect marks_list */
[all …]