Lines Matching refs:dst_di
1932 struct btrfs_dir_item *dst_di;
1966 dst_di = btrfs_lookup_dir_item(trans, root, path, key->objectid,
1969 dst_di = btrfs_lookup_dir_index_item(trans, root, path,
1979 if (dst_di == ERR_PTR(-ENOENT))
1980 dst_di = NULL;
1982 if (IS_ERR(dst_di)) {
1983 ret = PTR_ERR(dst_di);
1985 } else if (!dst_di) {
1994 btrfs_dir_item_key_to_cpu(path->nodes[0], dst_di, &found_key);
1999 btrfs_dir_type(path->nodes[0], dst_di) == log_type) {
2011 ret = drop_one_dir_item(trans, root, path, BTRFS_I(dir), dst_di);