• Home
  • Raw
  • Download

Lines Matching refs:lock

542 	mutex_lock_nested(&rev->ns->lock, rev->ns->level);  in ns_revision_read()
545 mutex_unlock(&rev->ns->lock); in ns_revision_read()
552 mutex_lock_nested(&rev->ns->lock, rev->ns->level); in ns_revision_read()
560 mutex_unlock(&rev->ns->lock); in ns_revision_read()
586 mutex_lock_nested(&rev->ns->lock, rev->ns->level); in ns_revision_poll()
590 mutex_unlock(&rev->ns->lock); in ns_revision_poll()
1424 AA_BUG(rawdata->ns && !mutex_is_locked(&rawdata->ns->lock)); in __aa_fs_remove_rawdata()
1440 AA_BUG(!mutex_is_locked(&ns->lock)); in __aa_fs_create_rawdata()
1546 AA_BUG(!mutex_is_locked(&profiles_ns(old)->lock)); in __aafs_profile_migrate_dents()
1684 AA_BUG(!mutex_is_locked(&profiles_ns(profile)->lock)); in __aafs_profile_mkdir()
1811 mutex_lock_nested(&parent->lock, parent->level); in ns_mkdir_op()
1833 mutex_unlock(&parent->lock); in ns_mkdir_op()
1860 mutex_lock_nested(&parent->lock, parent->level); in ns_rmdir_op()
1873 mutex_unlock(&parent->lock); in ns_rmdir_op()
1891 AA_BUG(!mutex_is_locked(&ns->lock)); in __aa_fs_list_remove_rawdata()
1909 AA_BUG(!mutex_is_locked(&ns->lock)); in __aafs_ns_rmdir()
1915 mutex_lock_nested(&sub->lock, sub->level); in __aafs_ns_rmdir()
1917 mutex_unlock(&sub->lock); in __aafs_ns_rmdir()
2019 AA_BUG(!mutex_is_locked(&ns->lock)); in __aafs_ns_mkdir()
2045 mutex_lock_nested(&sub->lock, sub->level); in __aafs_ns_mkdir()
2047 mutex_unlock(&sub->lock); in __aafs_ns_mkdir()
2081 AA_BUG(ns != root && !mutex_is_locked(&ns->parent->lock)); in __next_ns()
2086 mutex_lock_nested(&next->lock, next->level); in __next_ns()
2093 mutex_unlock(&ns->lock); in __next_ns()
2096 mutex_lock_nested(&next->lock, next->level); in __next_ns()
2118 AA_BUG(ns && !mutex_is_locked(&ns->lock)); in __first_profile()
2142 AA_BUG(!mutex_is_locked(&profiles_ns(p)->lock)); in __next_profile()
2151 mutex_is_locked(&p->ns->lock)); in __next_profile()
2158 mutex_is_locked(&parent->ns->lock)); in __next_profile()
2204 mutex_lock_nested(&root->lock, root->level); in p_start()
2247 mutex_unlock(&ns->lock); in p_stop()
2249 mutex_unlock(&root->lock); in p_stop()
2651 mutex_lock_nested(&root_ns->lock, root_ns->level); in aa_create_aafs()
2654 mutex_unlock(&root_ns->lock); in aa_create_aafs()