fs: btrfs: Rename path resolve related functions to avoid name conflicts
authorQu Wenruo <wqu@suse.com>
Wed, 24 Jun 2020 16:03:02 +0000 (18:03 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 Sep 2020 00:57:27 +0000 (20:57 -0400)
commitcafffc50ad9b16fb4c8f51ceb6d7998490bcbb09
tree06f006ba70c9fdaa64677666188e5c2587311ff3
parentf06bfcf54d0e91892fcd1379e04aae9cd031fc78
fs: btrfs: Rename path resolve related functions to avoid name conflicts

Since the old code is using __btrfs_path/__btrfs_root which is different
from the regular extent buffer based one, we add "__" prefix for the old
implementation to avoid name conflicts for the incoming crossport.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>
fs/btrfs/btrfs.c
fs/btrfs/btrfs.h
fs/btrfs/compat.h
fs/btrfs/ctree.h
fs/btrfs/dir-item.c
fs/btrfs/inode.c
fs/btrfs/subvolume.c