Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfsnotify_backend.h187 struct fsnotify_group { struct
198 refcount_t refcnt; /* things with interest in this group */
204 unsigned int q_len; /* events on the queue */
213 unsigned int priority;
217 struct mutex mark_mutex; /* protect marks_list */
218 atomic_t user_waits; /* Number of tasks waiting for user
220 struct list_head marks_list; /* all inode marks for this group */
222 struct fasync_struct *fsn_fa; /* async notification */
228 struct mem_cgroup *memcg; /* memcg to charge allocations */
231 union {
[all …]
/linux/fs/notify/
A Dnotification.c83 int (*merge)(struct fsnotify_group *, in fsnotify_insert_event()
85 void (*insert)(struct fsnotify_group *, in fsnotify_insert_event()

Completed in 6 milliseconds