Home
last modified time | relevance | path

Searched refs:notification_list (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/notify/
Dnotification.c76 return list_empty(&group->notification_list) ? true : false; in fsnotify_notify_queue_is_empty()
147 struct list_head *list = &group->notification_list; in fsnotify_add_notify_event()
245 holder = list_first_entry(&group->notification_list, struct fsnotify_event_holder, event_list); in fsnotify_remove_notify_event()
273 holder = list_first_entry(&group->notification_list, struct fsnotify_event_holder, event_list); in fsnotify_peek_notify_event()
Dgroup.c94 INIT_LIST_HEAD(&group->notification_list); in fsnotify_alloc_group()
/linux-3.4.99/include/linux/
Dfsnotify_backend.h130 …struct list_head notification_list; /* list of event_holder this group needs to send to userspace … member
/linux-3.4.99/fs/notify/inotify/
Dinotify_user.c322 list_for_each_entry(holder, &group->notification_list, event_list) { in inotify_ioctl()
/linux-3.4.99/fs/notify/fanotify/
Dfanotify_user.c443 list_for_each_entry(holder, &group->notification_list, event_list) in fanotify_ioctl()