summaryrefslogtreecommitdiffstats
path: root/shlibs/blkid/src/blkid.sym
diff options
context:
space:
mode:
authorKarel Zak2009-09-16 14:40:41 +0200
committerKarel Zak2009-09-16 14:40:41 +0200
commitcc33d69328271f795e5b9ca7bd3f6500e0399acf (patch)
treeff5ec4f280427b159d8cb1f222a9b69de5dc0a78 /shlibs/blkid/src/blkid.sym
parentlibblkid: add blkid_devno_to_wholedisk() (diff)
downloadkernel-qcow2-util-linux-cc33d69328271f795e5b9ca7bd3f6500e0399acf.tar.gz
kernel-qcow2-util-linux-cc33d69328271f795e5b9ca7bd3f6500e0399acf.tar.xz
kernel-qcow2-util-linux-cc33d69328271f795e5b9ca7bd3f6500e0399acf.zip
libblkid: add topology support
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/blkid/src/blkid.sym')
-rw-r--r--shlibs/blkid/src/blkid.sym5
1 files changed, 5 insertions, 0 deletions
diff --git a/shlibs/blkid/src/blkid.sym b/shlibs/blkid/src/blkid.sym
index 4c2f1c2e2..32ef6cace 100644
--- a/shlibs/blkid/src/blkid.sym
+++ b/shlibs/blkid/src/blkid.sym
@@ -74,12 +74,17 @@ global:
blkid_devno_to_wholedisk;
blkid_do_fullprobe;
blkid_probe_enable_superblocks;
+ blkid_probe_enable_topology;
blkid_probe_filter_superblocks_type;
blkid_probe_filter_superblocks_usage;
blkid_probe_get_devno;
blkid_probe_get_sectorsize;
blkid_probe_get_size;
+ blkid_probe_get_topology;
blkid_probe_invert_superblocks_filter;
blkid_probe_reset_superblocks_filter;
blkid_probe_set_superblocks_flags;
+ blkid_topology_get_alignment_offset;
+ blkid_topology_get_minimum_io_size;
+ blkid_topology_get_optimal_io_size;
} BLKID_2.15;