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.c2119 struct btrfs_dir_item *dir_dst_di; in replay_one_name() local
2163 dir_dst_di = btrfs_lookup_dir_item(trans, root, wc->subvol_path, in replay_one_name()
2165 if (IS_ERR(dir_dst_di)) { in replay_one_name()
2166 ret = PTR_ERR(dir_dst_di); in replay_one_name()
2172 } else if (dir_dst_di) { in replay_one_name()
2173 ret = delete_conflicting_dir_entry(wc, dir, dir_dst_di, in replay_one_name()