Home
last modified time | relevance | path

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

/Linux-v5.15/fs/notify/
Dnotification.c89 struct list_head *list = &group->notification_list; in fsnotify_add_event()
155 return list_first_entry(&group->notification_list, in fsnotify_peek_first_event()
Dgroup.c128 INIT_LIST_HEAD(&group->notification_list); in __fsnotify_alloc_group()
/Linux-v5.15/include/linux/
Dfsnotify_backend.h193 …struct list_head notification_list; /* list of event_holder this group needs to send to userspace … member
501 return list_empty(&group->notification_list); in fsnotify_notify_queue_is_empty()
/Linux-v5.15/fs/notify/inotify/
Dinotify_fsnotify.c52 struct list_head *list = &group->notification_list; in inotify_merge()
Dinotify_user.c308 list_for_each_entry(fsn_event, &group->notification_list, in inotify_ioctl()
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c836 list_for_each_entry(fsn_event, &group->notification_list, list) in fanotify_ioctl()