Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfsnotify_backend.h146 struct fsnotify_group { struct
147 const struct fsnotify_ops *ops; /* how this group handles things */
157 refcount_t refcnt; /* things with interest in this group */
160 spinlock_t notification_lock; /* protect the notification_list */
161 …truct list_head notification_list; /* list of event_holder this group needs to send to userspace */
162 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */
163 unsigned int q_len; /* events on the queue */
164 unsigned int max_events; /* maximum events allowed on the list */
172 unsigned int priority;
173 bool shutdown; /* group is being shut down, don't queue more events */
[all …]