Searched refs:mark_mutex (Results 1 – 8 of 8) sorted by relevance
361 WARN_ON_ONCE(!mutex_is_locked(&group->mark_mutex)); in fsnotify_detach_mark()415 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_destroy_mark()417 mutex_unlock(&group->mark_mutex); in fsnotify_destroy_mark()588 BUG_ON(!mutex_is_locked(&group->mark_mutex)); in fsnotify_add_mark_locked()630 mutex_lock(&group->mark_mutex); in fsnotify_add_mark()632 mutex_unlock(&group->mark_mutex); in fsnotify_add_mark()684 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_clear_marks_by_group()689 mutex_unlock(&group->mark_mutex); in fsnotify_clear_marks_by_group()693 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_clear_marks_by_group()695 mutex_unlock(&group->mark_mutex); in fsnotify_clear_marks_by_group()[all …]
31 mutex_lock(&group->mark_mutex); in show_fdinfo()37 mutex_unlock(&group->mark_mutex); in show_fdinfo()
146 mutex_init(&group->mark_mutex); in fsnotify_alloc_group()
167 mutex_lock(&dnotify_group->mark_mutex); in dnotify_flush()190 mutex_unlock(&dnotify_group->mark_mutex); in dnotify_flush()315 mutex_lock(&dnotify_group->mark_mutex); in fcntl_dirnotify()325 mutex_unlock(&dnotify_group->mark_mutex); in fcntl_dirnotify()374 mutex_unlock(&dnotify_group->mark_mutex); in fcntl_dirnotify()
258 mutex_lock(&entry->group->mark_mutex); in untag_chunk()266 mutex_unlock(&entry->group->mark_mutex); in untag_chunk()284 mutex_unlock(&entry->group->mark_mutex); in untag_chunk()327 mutex_unlock(&entry->group->mark_mutex); in untag_chunk()344 mutex_unlock(&entry->group->mark_mutex); in untag_chunk()423 mutex_lock(&old_entry->group->mark_mutex); in tag_chunk()432 mutex_unlock(&old_entry->group->mark_mutex); in tag_chunk()441 mutex_unlock(&old_entry->group->mark_mutex); in tag_chunk()457 mutex_unlock(&old_entry->group->mark_mutex); in tag_chunk()490 mutex_unlock(&old_entry->group->mark_mutex); in tag_chunk()
536 mutex_lock(&group->mark_mutex); in fanotify_remove_mark()539 mutex_unlock(&group->mark_mutex); in fanotify_remove_mark()549 mutex_unlock(&group->mark_mutex); in fanotify_remove_mark()635 mutex_lock(&group->mark_mutex); in fanotify_add_mark()640 mutex_unlock(&group->mark_mutex); in fanotify_add_mark()647 mutex_unlock(&group->mark_mutex); in fanotify_add_mark()
611 mutex_lock(&group->mark_mutex); in inotify_update_watch()617 mutex_unlock(&group->mark_mutex); in inotify_update_watch()
161 struct mutex mark_mutex; /* protect marks_list */ member