Lines Matching refs:mark_mutex
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()
701 mutex_unlock(&group->mark_mutex); in fsnotify_clear_marks_by_group()