Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/notify/
A Dnotification.c89 struct list_head *list = &group->notification_list; in fsnotify_insert_event()
155 return list_first_entry(&group->notification_list, in fsnotify_peek_first_event()
A Dgroup.c130 INIT_LIST_HEAD(&group->notification_list); in __fsnotify_alloc_group()
/linux-6.3-rc2/fs/notify/inotify/
A Dinotify_fsnotify.c52 struct list_head *list = &group->notification_list; in inotify_merge()
A Dinotify_user.c331 list_for_each_entry(fsn_event, &group->notification_list, in inotify_ioctl()
/linux-6.3-rc2/include/linux/
A Dfsnotify_backend.h200 …struct list_head notification_list; /* list of event_holder this group needs to send to userspace … member
645 return list_empty(&group->notification_list); in fsnotify_notify_queue_is_empty()
/linux-6.3-rc2/fs/notify/fanotify/
A Dfanotify_user.c970 list_for_each_entry(fsn_event, &group->notification_list, list) in fanotify_ioctl()

Completed in 14 milliseconds