Searched refs:mark_mutex (Results 1 – 9 of 9) sorted by relevance
354 mutex_lock(&audit_tree_group->mark_mutex); in untag_chunk()371 mutex_unlock(&audit_tree_group->mark_mutex); in untag_chunk()388 mutex_unlock(&audit_tree_group->mark_mutex); in untag_chunk()393 mutex_unlock(&audit_tree_group->mark_mutex); in untag_chunk()403 mutex_unlock(&audit_tree_group->mark_mutex); in create_chunk()409 mutex_unlock(&audit_tree_group->mark_mutex); in create_chunk()415 mutex_unlock(&audit_tree_group->mark_mutex); in create_chunk()425 mutex_unlock(&audit_tree_group->mark_mutex); in create_chunk()447 mutex_unlock(&audit_tree_group->mark_mutex); in create_chunk()465 mutex_lock(&audit_tree_group->mark_mutex); in tag_chunk()[all …]
379 WARN_ON_ONCE(!mutex_is_locked(&group->mark_mutex)); in fsnotify_detach_mark()433 mutex_lock(&group->mark_mutex); in fsnotify_destroy_mark()435 mutex_unlock(&group->mark_mutex); in fsnotify_destroy_mark()647 BUG_ON(!mutex_is_locked(&group->mark_mutex)); in fsnotify_add_mark_locked()689 mutex_lock(&group->mark_mutex); in fsnotify_add_mark()691 mutex_unlock(&group->mark_mutex); in fsnotify_add_mark()745 mutex_lock(&group->mark_mutex); in fsnotify_clear_marks_by_group()750 mutex_unlock(&group->mark_mutex); in fsnotify_clear_marks_by_group()754 mutex_lock(&group->mark_mutex); in fsnotify_clear_marks_by_group()756 mutex_unlock(&group->mark_mutex); in fsnotify_clear_marks_by_group()[all …]
28 mutex_destroy(&group->mark_mutex); in fsnotify_final_destroy_group()135 mutex_init(&group->mark_mutex); in fsnotify_alloc_group()
31 mutex_lock(&group->mark_mutex); in show_fdinfo()37 mutex_unlock(&group->mark_mutex); in show_fdinfo()
153 mutex_lock(&dnotify_group->mark_mutex); in dnotify_flush()176 mutex_unlock(&dnotify_group->mark_mutex); in dnotify_flush()309 mutex_lock(&dnotify_group->mark_mutex); in fcntl_dirnotify()319 mutex_unlock(&dnotify_group->mark_mutex); in fcntl_dirnotify()368 mutex_unlock(&dnotify_group->mark_mutex); in fcntl_dirnotify()
754 mutex_lock(&group->mark_mutex); in fanotify_remove_mark()757 mutex_unlock(&group->mark_mutex); in fanotify_remove_mark()767 mutex_unlock(&group->mark_mutex); in fanotify_remove_mark()854 mutex_lock(&group->mark_mutex); in fanotify_add_mark()859 mutex_unlock(&group->mark_mutex); in fanotify_add_mark()866 mutex_unlock(&group->mark_mutex); in fanotify_add_mark()
126 mutex_lock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()133 mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()142 mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()
610 mutex_lock(&group->mark_mutex); in inotify_update_watch()616 mutex_unlock(&group->mark_mutex); in inotify_update_watch()
209 struct mutex mark_mutex; /* protect marks_list */ member