Searched refs:objectid_mutex (Results 1 – 4 of 4) sorted by relevance
546 mutex_lock(&root->objectid_mutex); in btrfs_find_free_objectid()559 mutex_unlock(&root->objectid_mutex); in btrfs_find_free_objectid()
1175 mutex_init(&root->objectid_mutex); in __setup_root()1493 mutex_lock(&root->objectid_mutex); in btrfs_init_fs_root()1497 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()1503 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()3015 mutex_lock(&tree_root->objectid_mutex); in open_ctree()3019 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()3025 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()
676 mutex_lock(&new_root->objectid_mutex); in create_subvol()678 mutex_unlock(&new_root->objectid_mutex); in create_subvol()
1177 struct mutex objectid_mutex; member