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.c1851 struct btrfs_dir_item *index_dst_di; in replay_one_name() local
1896 index_dst_di = btrfs_lookup_dir_index_item(trans, root, path, in replay_one_name()
1899 if (IS_ERR(index_dst_di)) { in replay_one_name()
1900 ret = PTR_ERR(index_dst_di); in replay_one_name()
1902 } else if (index_dst_di) { in replay_one_name()
1904 index_dst_di, &log_key, in replay_one_name()