Home
last modified time | relevance | path

Searched refs:dir_dst_di (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Dtree-log.c2091 struct btrfs_dir_item *dir_dst_di; in replay_one_name() local
2135 dir_dst_di = btrfs_lookup_dir_item(trans, root, wc->subvol_path, in replay_one_name()
2137 if (IS_ERR(dir_dst_di)) { in replay_one_name()
2138 ret = PTR_ERR(dir_dst_di); in replay_one_name()
2144 } else if (dir_dst_di) { in replay_one_name()
2145 ret = delete_conflicting_dir_entry(wc, dir, dir_dst_di, in replay_one_name()