Searched refs:notification_list (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/notify/
H A Dnotification.c89 struct list_head *list = &group->notification_list;
155 return list_first_entry(&group->notification_list,
H A Dgroup.c130 INIT_LIST_HEAD(&group->notification_list);
/linux-master/fs/notify/inotify/
H A Dinotify_fsnotify.c52 struct list_head *list = &group->notification_list;
H A Dinotify_user.c330 list_for_each_entry(fsn_event, &group->notification_list,
/linux-master/include/linux/
H A Dfsnotify_backend.h199 spinlock_t notification_lock; /* protect the notification_list */
200 struct list_head notification_list; /* list of event_holder this group needs to send to userspace */ member in struct:fsnotify_group
645 return list_empty(&group->notification_list);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c974 list_for_each_entry(fsn_event, &group->notification_list, list)

Completed in 256 milliseconds