Searched refs:objectid_mutex (Results 1 – 4 of 4) sorted by relevance
563 mutex_lock(&root->objectid_mutex); in btrfs_find_free_objectid()576 mutex_unlock(&root->objectid_mutex); in btrfs_find_free_objectid()
1182 mutex_init(&root->objectid_mutex); in __setup_root()1514 mutex_lock(&root->objectid_mutex); in btrfs_init_fs_root()1518 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()1524 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()3022 mutex_lock(&tree_root->objectid_mutex); in open_ctree()3026 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()3032 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()
701 mutex_lock(&new_root->objectid_mutex); in create_subvol()703 mutex_unlock(&new_root->objectid_mutex); in create_subvol()
1176 struct mutex objectid_mutex; member