Home
last modified time | relevance | path

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

/fs/btrfs/
Dtree-log.c1803 struct btrfs_path *fixup_path = NULL; in replay_one_dir_item() local
1848 if (!fixup_path) { in replay_one_dir_item()
1849 fixup_path = btrfs_alloc_path(); in replay_one_dir_item()
1850 if (!fixup_path) { in replay_one_dir_item()
1857 ret = link_to_fixup_dir(trans, root, fixup_path, in replay_one_dir_item()
1864 btrfs_free_path(fixup_path); in replay_one_dir_item()