Searched refs:log_root_tree (Results 1 – 3 of 3) sorted by relevance
161 if (!root->fs_info->log_root_tree) in start_log_trans()2631 ret = btrfs_insert_root(trans, log->fs_info->log_root_tree, in update_log_root()2634 ret = btrfs_update_root(trans, log->fs_info->log_root_tree, in update_log_root()2731 struct btrfs_root *log_root_tree = root->fs_info->log_root_tree; in btrfs_sync_log() local2811 mutex_lock(&log_root_tree->log_mutex); in btrfs_sync_log()2812 atomic_inc(&log_root_tree->log_batch); in btrfs_sync_log()2813 atomic_inc(&log_root_tree->log_writers); in btrfs_sync_log()2815 index2 = log_root_tree->log_transid % 2; in btrfs_sync_log()2816 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log()2817 root_log_ctx.log_transid = log_root_tree->log_transid; in btrfs_sync_log()[all …]
1453 WARN_ON(fs_info->log_root_tree); in btrfs_init_log_root_tree()1454 fs_info->log_root_tree = log_root; in btrfs_init_log_root_tree()
1434 struct btrfs_root *log_root_tree; member