Searched refs:notification_list (Results 1 – 5 of 5) sorted by relevance
54 return list_empty(&group->notification_list) ? true : false; in fsnotify_notify_queue_is_empty()90 struct list_head *list = &group->notification_list; in fsnotify_add_event()155 event = list_first_entry(&group->notification_list, in fsnotify_remove_first_event()169 return list_first_entry(&group->notification_list, in fsnotify_peek_first_event()
130 INIT_LIST_HEAD(&group->notification_list); in fsnotify_alloc_group()
161 …struct list_head notification_list; /* list of event_holder this group needs to send to userspace … member
293 list_for_each_entry(fsn_event, &group->notification_list, in inotify_ioctl()
508 list_for_each_entry(fsn_event, &group->notification_list, list) in fanotify_ioctl()