Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dtree-log.c1850 struct btrfs_dir_item *dir_dst_di; in replay_one_name() local
1880 dir_dst_di = btrfs_lookup_dir_item(trans, root, path, key->objectid, in replay_one_name()
1882 if (IS_ERR(dir_dst_di)) { in replay_one_name()
1883 ret = PTR_ERR(dir_dst_di); in replay_one_name()
1885 } else if (dir_dst_di) { in replay_one_name()
1887 dir_dst_di, &log_key, in replay_one_name()