Home
last modified time | relevance | path

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

/linux/fs/notify/
H A Dnotification.c63 spin_lock(&group->notification_lock); in fsnotify_destroy_event()
65 spin_unlock(&group->notification_lock); in fsnotify_destroy_event()
93 spin_lock(&group->notification_lock); in fsnotify_insert_event()
96 spin_unlock(&group->notification_lock); in fsnotify_insert_event()
105 spin_unlock(&group->notification_lock); in fsnotify_insert_event()
115 spin_unlock(&group->notification_lock); in fsnotify_insert_event()
125 spin_unlock(&group->notification_lock); in fsnotify_insert_event()
135 assert_spin_locked(&group->notification_lock); in fsnotify_remove_queued_event()
150 assert_spin_locked(&group->notification_lock); in fsnotify_peek_first_event()
185 spin_lock(&group->notification_lock); in fsnotify_flush_notify()
[all …]
H A Dgroup.c39 spin_lock(&group->notification_lock); in fsnotify_group_stop_queueing()
41 spin_unlock(&group->notification_lock); in fsnotify_group_stop_queueing()
128 spin_lock_init(&group->notification_lock); in __fsnotify_alloc_group()
/linux/fs/notify/fanotify/
H A Dfanotify.c238 spin_lock(&group->notification_lock); in fanotify_get_response()
243 spin_unlock(&group->notification_lock); in fanotify_get_response()
257 spin_unlock(&group->notification_lock); in fanotify_get_response()
914 assert_spin_locked(&group->notification_lock); in fanotify_insert_event()
/linux/include/linux/
H A Dfsnotify_backend.h227 spinlock_t notification_lock; /* protect the notification_list */ member
755 assert_spin_locked(&group->notification_lock); in fsnotify_notify_queue_is_empty()