Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfsnotify_backend.h205 struct fsnotify_group { struct
224 enum fsnotify_group_prio priority; /* priority for sending events */ argument
225 bool shutdown; /* group is being shut down, don't queue more events */
229 int flags;
230 unsigned int owner_flags; /* stored flags of mark_mutex owner */
233 struct mutex mark_mutex; /* protect marks_list */
234 atomic_t user_waits; /* Number of tasks waiting for user
236 struct list_head marks_list; /* all inode marks for this group */
238 struct fasync_struct *fsn_fa; /* async notification */
240 struct fsnotify_event *overflow_event; /* Event we queue when the
[all …]
/linux/fs/notify/
H A Dnotification.c83 int (*merge)(struct fsnotify_group *, in fsnotify_insert_event()
85 void (*insert)(struct fsnotify_group *, in fsnotify_insert_event()