Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/ !
Dfsnotify_backend.h185 struct fsnotify_group { struct
186 const struct fsnotify_ops *ops; /* how this group handles things */
196 refcount_t refcnt; /* things with interest in this group */
199 spinlock_t notification_lock; /* protect the notification_list */
200 …truct list_head notification_list; /* list of event_holder this group needs to send to userspace */
201 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */
202 unsigned int q_len; /* events on the queue */
203 unsigned int max_events; /* maximum events allowed on the list */
211 unsigned int priority;
212 bool shutdown; /* group is being shut down, don't queue more events */
[all …]
/linux-6.6.21/fs/notify/ !
Dnotification.c83 int (*merge)(struct fsnotify_group *, in fsnotify_insert_event()
85 void (*insert)(struct fsnotify_group *, in fsnotify_insert_event()