Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dtree-log.c1832 struct btrfs_dir_item *index_dst_di; in replay_one_name() local
1877 index_dst_di = btrfs_lookup_dir_index_item(trans, root, path, in replay_one_name()
1880 if (IS_ERR(index_dst_di)) { in replay_one_name()
1881 ret = PTR_ERR(index_dst_di); in replay_one_name()
1883 } else if (index_dst_di) { in replay_one_name()
1885 index_dst_di, &log_key, in replay_one_name()