Lines Matching refs:replay_dest
281 struct btrfs_root *replay_dest;
2567 struct btrfs_root *root = wc->replay_dest;
6335 wc.replay_dest = btrfs_get_fs_root(fs_info, found_key.offset,
6337 if (IS_ERR(wc.replay_dest)) {
6338 ret = PTR_ERR(wc.replay_dest);
6364 wc.replay_dest->log_root = log;
6365 btrfs_record_root_in_trans(trans, wc.replay_dest);
6369 ret = fixup_inode_link_counts(trans, wc.replay_dest,
6374 struct btrfs_root *root = wc.replay_dest;
6390 wc.replay_dest->log_root = NULL;
6391 btrfs_put_root(wc.replay_dest);