Lines Matching defs:tree_root
281 struct btrfs_root *tree_root = fs_info->tree_root;
290 if (!test_bit(BTRFS_ROOT_HAS_LOG_TREE, &tree_root->state)) {
291 mutex_lock(&tree_root->log_mutex);
295 set_bit(BTRFS_ROOT_HAS_LOG_TREE, &tree_root->state);
299 mutex_unlock(&tree_root->log_mutex);
3426 mutex_lock(&fs_info->tree_root->log_mutex);
3431 mutex_unlock(&fs_info->tree_root->log_mutex);
3436 mutex_unlock(&fs_info->tree_root->log_mutex);
3702 clear_bit(BTRFS_ROOT_HAS_LOG_TREE, &fs_info->tree_root->state);
7778 trans = btrfs_start_transaction(fs_info->tree_root, 0);