Lines Matching refs:list
82 if (!list_empty(&event->list)) { in fsnotify_destroy_event()
84 WARN_ON(!list_empty(&event->list)); in fsnotify_destroy_event()
103 struct list_head *list = &group->notification_list; in fsnotify_add_event() local
117 if (!list_empty(&group->overflow_event->list)) { in fsnotify_add_event()
125 if (!list_empty(list) && merge) { in fsnotify_add_event()
126 ret = merge(list, event); in fsnotify_add_event()
135 list_add_tail(&event->list, list); in fsnotify_add_event()
156 struct fsnotify_event, list); in fsnotify_remove_first_event()
161 list_del_init(&event->list); in fsnotify_remove_first_event()
176 struct fsnotify_event, list); in fsnotify_peek_first_event()
212 INIT_LIST_HEAD(&event->list); in fsnotify_init_event()