Searched refs:index_dst_di (Results 1 – 1 of 1) sorted by relevance
1849 struct btrfs_dir_item *index_dst_di; in replay_one_name() local1894 index_dst_di = btrfs_lookup_dir_index_item(trans, root, path, in replay_one_name()1897 if (IS_ERR(index_dst_di)) { in replay_one_name()1898 ret = PTR_ERR(index_dst_di); in replay_one_name()1900 } else if (index_dst_di) { in replay_one_name()1902 index_dst_di, &log_key, in replay_one_name()