Home
last modified time | relevance | path

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

/Linux-v5.4/fs/notify/
Dnotification.c53 assert_spin_locked(&group->notification_lock); in fsnotify_notify_queue_is_empty()
70 spin_lock(&group->notification_lock); in fsnotify_destroy_event()
72 spin_unlock(&group->notification_lock); in fsnotify_destroy_event()
94 spin_lock(&group->notification_lock); in fsnotify_add_event()
97 spin_unlock(&group->notification_lock); in fsnotify_add_event()
106 spin_unlock(&group->notification_lock); in fsnotify_add_event()
116 spin_unlock(&group->notification_lock); in fsnotify_add_event()
124 spin_unlock(&group->notification_lock); in fsnotify_add_event()
134 assert_spin_locked(&group->notification_lock); in fsnotify_remove_queued_event()
151 assert_spin_locked(&group->notification_lock); in fsnotify_remove_first_event()
[all …]
Dgroup.c38 spin_lock(&group->notification_lock); in fsnotify_group_stop_queueing()
40 spin_unlock(&group->notification_lock); in fsnotify_group_stop_queueing()
129 spin_lock_init(&group->notification_lock); in fsnotify_alloc_group()
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c78 spin_lock(&group->notification_lock); in get_one_event()
95 spin_unlock(&group->notification_lock); in get_one_event()
148 __releases(&group->notification_lock) in finish_permission_event()
152 assert_spin_locked(&group->notification_lock); in finish_permission_event()
158 spin_unlock(&group->notification_lock); in finish_permission_event()
191 spin_lock(&group->notification_lock); in process_access_response()
202 spin_unlock(&group->notification_lock); in process_access_response()
326 spin_lock(&group->notification_lock); in fanotify_poll()
329 spin_unlock(&group->notification_lock); in fanotify_poll()
391 spin_lock(&group->notification_lock); in fanotify_read()
[all …]
Dfanotify.c99 spin_lock(&group->notification_lock); in fanotify_get_response()
104 spin_unlock(&group->notification_lock); in fanotify_get_response()
115 spin_unlock(&group->notification_lock); in fanotify_get_response()
/Linux-v5.4/fs/notify/inotify/
Dinotify_user.c107 spin_lock(&group->notification_lock); in inotify_poll()
110 spin_unlock(&group->notification_lock); in inotify_poll()
226 spin_lock(&group->notification_lock); in inotify_read()
228 spin_unlock(&group->notification_lock); in inotify_read()
292 spin_lock(&group->notification_lock); in inotify_ioctl()
298 spin_unlock(&group->notification_lock); in inotify_ioctl()
/Linux-v5.4/include/linux/
Dfsnotify_backend.h160 spinlock_t notification_lock; /* protect the notification_list */ member