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

/linux-master/fs/btrfs/
H A Dtree-log.c1992 struct btrfs_path *fixup_path; local
1995 fixup_path = btrfs_alloc_path();
1996 if (!fixup_path)
2000 ret = link_to_fixup_dir(trans, root, fixup_path, di_key.objectid);
2001 btrfs_free_path(fixup_path);

Completed in 128 milliseconds