Home
last modified time | relevance | path

Searched refs:mark_mutex (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/kernel/
Daudit_tree.c354 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 …]
/Linux-v5.15/fs/notify/
Dmark.c403 WARN_ON_ONCE(!mutex_is_locked(&group->mark_mutex)); in fsnotify_detach_mark()
455 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_destroy_mark()
457 mutex_unlock(&group->mark_mutex); in fsnotify_destroy_mark()
674 BUG_ON(!mutex_is_locked(&group->mark_mutex)); in fsnotify_add_mark_locked()
714 mutex_lock(&group->mark_mutex); in fsnotify_add_mark()
716 mutex_unlock(&group->mark_mutex); in fsnotify_add_mark()
770 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_clear_marks_by_group()
775 mutex_unlock(&group->mark_mutex); in fsnotify_clear_marks_by_group()
779 mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); in fsnotify_clear_marks_by_group()
781 mutex_unlock(&group->mark_mutex); in fsnotify_clear_marks_by_group()
[all …]
Dgroup.c28 mutex_destroy(&group->mark_mutex); in fsnotify_final_destroy_group()
132 mutex_init(&group->mark_mutex); in __fsnotify_alloc_group()
Dfdinfo.c31 mutex_lock(&group->mark_mutex); in show_fdinfo()
37 mutex_unlock(&group->mark_mutex); in show_fdinfo()
/Linux-v5.15/fs/notify/dnotify/
Ddnotify.c153 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()
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c947 mutex_lock(&group->mark_mutex); in fanotify_remove_mark()
950 mutex_unlock(&group->mark_mutex); in fanotify_remove_mark()
960 mutex_unlock(&group->mark_mutex); in fanotify_remove_mark()
1061 mutex_lock(&group->mark_mutex); in fanotify_add_mark()
1066 mutex_unlock(&group->mark_mutex); in fanotify_add_mark()
1073 mutex_unlock(&group->mark_mutex); in fanotify_add_mark()
/Linux-v5.15/fs/nfsd/
Dfilecache.c126 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()
/Linux-v5.15/fs/notify/inotify/
Dinotify_user.c623 mutex_lock(&group->mark_mutex); in inotify_update_watch()
629 mutex_unlock(&group->mark_mutex); in inotify_update_watch()
/Linux-v5.15/include/linux/
Dfsnotify_backend.h208 struct mutex mark_mutex; /* protect marks_list */ member