summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorOmar Sandoval <osandov@fb.com>2017-12-20 12:37:08 -0800
committerDavid Sterba <dsterba@suse.com>2018-03-06 11:28:37 +0100
commit9005b603d7230a92d0623cb8d8078a8845739fca (patch)
tree72ab8f3cc9a7e3d84fd14448f83e61d97c1a4181 /utils.h
parentafb04260169911c9ecab2524fad03b86bc744dd3 (diff)
btrfs-progs: use libbtrfsutil for subvol show
Now implemented with btrfs_util_subvolume_path(), btrfs_util_subvolume_info(), and subvolume iterators. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils.h b/utils.h
index b871c9ff..eb460e9b 100644
--- a/utils.h
+++ b/utils.h
@@ -153,11 +153,6 @@ int test_issubvolume(const char *path);
int test_isdir(const char *path);
const char *subvol_strip_mountpoint(const char *mnt, const char *full_path);
-int get_subvol_info(const char *fullpath, struct root_info *get_ri);
-int get_subvol_info_by_rootid(const char *mnt, struct root_info *get_ri,
- u64 rootid_arg);
-int get_subvol_info_by_uuid(const char *mnt, struct root_info *get_ri,
- u8 *uuid_arg);
int find_next_key(struct btrfs_path *path, struct btrfs_key *key);
const char* btrfs_group_type_str(u64 flag);
const char* btrfs_group_profile_str(u64 flag);