Lines Matching refs:mark_mutex
375 WARN_ON_ONCE(!mutex_is_locked(&group->mark_mutex)); in fsnotify_detach_mark()
429 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_destroy_mark()
431 mutex_unlock(&group->mark_mutex); in fsnotify_destroy_mark()
643 BUG_ON(!mutex_is_locked(&group->mark_mutex)); in fsnotify_add_mark_locked()
685 mutex_lock(&group->mark_mutex); in fsnotify_add_mark()
687 mutex_unlock(&group->mark_mutex); in fsnotify_add_mark()
741 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_clear_marks_by_group()
746 mutex_unlock(&group->mark_mutex); in fsnotify_clear_marks_by_group()
750 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_clear_marks_by_group()
752 mutex_unlock(&group->mark_mutex); in fsnotify_clear_marks_by_group()
758 mutex_unlock(&group->mark_mutex); in fsnotify_clear_marks_by_group()