Searched refs:index_dst_di (Results 1 – 1 of 1) sorted by relevance
2120 struct btrfs_dir_item *index_dst_di; in replay_one_name() local2187 index_dst_di = btrfs_lookup_dir_index_item(trans, root, wc->subvol_path, in replay_one_name()2190 if (IS_ERR(index_dst_di)) { in replay_one_name()2191 ret = PTR_ERR(index_dst_di); in replay_one_name()2197 } else if (index_dst_di) { in replay_one_name()2198 ret = delete_conflicting_dir_entry(wc, dir, index_dst_di, in replay_one_name()