summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
diff options
context:
space:
mode:
authorKarel Zak2010-03-09 15:48:11 +0100
committerKarel Zak2010-06-03 15:20:11 +0200
commit26b4f9e4551ca97334dd06114bf0f97a75c4ce81 (patch)
treec0941d271ecf19932108445e6c600db4c154b3c9 /shlibs/mount/src/mount.sym
parentlibblkid: add mnt_iter_get_direction() (diff)
downloadkernel-qcow2-util-linux-26b4f9e4551ca97334dd06114bf0f97a75c4ce81.tar.gz
kernel-qcow2-util-linux-26b4f9e4551ca97334dd06114bf0f97a75c4ce81.tar.xz
kernel-qcow2-util-linux-26b4f9e4551ca97334dd06114bf0f97a75c4ce81.zip
libmount: add support for userdata and work with VFS tree
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.sym')
-rw-r--r--shlibs/mount/src/mount.sym4
1 files changed, 4 insertions, 0 deletions
diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym
index 6740bbcd3..5df37796a 100644
--- a/shlibs/mount/src/mount.sym
+++ b/shlibs/mount/src/mount.sym
@@ -31,6 +31,7 @@ global:
mnt_fs_get_srcpath;
mnt_fs_get_tag;
mnt_fs_get_target;
+ mnt_fs_get_userdata;
mnt_fs_match_fstype;
mnt_fs_match_options;
mnt_fs_match_source;
@@ -42,6 +43,7 @@ global:
mnt_fs_set_passno;
mnt_fs_set_source;
mnt_fs_set_target;
+ mnt_fs_set_userdata;
mnt_fstype_is_netfs;
mnt_fstype_is_pseudofs;
mnt_get_builtin_optmap;
@@ -116,6 +118,8 @@ global:
mnt_tab_get_name;
mnt_tab_get_nents;
mnt_tab_get_nerrs;
+ mnt_tab_get_root_fs;
+ mnt_tab_next_child_fs;
mnt_tab_next_fs;
mnt_tab_parse_file;
mnt_tab_remove_fs;