Searched refs:index_dst_di (Results 1 – 1 of 1) sorted by relevance
1835 struct btrfs_dir_item *index_dst_di; in replay_one_name() local1879 index_dst_di = btrfs_lookup_dir_index_item(trans, root, path, in replay_one_name()1882 if (IS_ERR(index_dst_di)) { in replay_one_name()1883 ret = PTR_ERR(index_dst_di); in replay_one_name()1885 } else if (index_dst_di) { in replay_one_name()1886 ret = delete_conflicting_dir_entry(trans, dir, path, index_dst_di, in replay_one_name()