Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dtree-log.c1861 struct btrfs_dir_item *index_dst_di; in replay_one_name() local
1912 index_dst_di = btrfs_lookup_dir_index_item(trans, root, path, in replay_one_name()
1915 if (IS_ERR(index_dst_di)) { in replay_one_name()
1916 ret = PTR_ERR(index_dst_di); in replay_one_name()
1918 } else if (index_dst_di) { in replay_one_name()
1920 index_dst_di, &log_key, in replay_one_name()