summaryrefslogtreecommitdiff
path: root/shlibs/blkid/src/topology/topology.h
AgeCommit message (Collapse)AuthorFilesLines
2011-01-31libblkid: conditionalise parts from blkid/topology for LinuxFabian Groffen1-2/+4
Signed-off-by: Fabian Groffen <grobian@gentoo.org> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-03-03libblkid: support alignment_offset=-1Karel Zak1-1/+1
Unfortunately, Linux kernel uses "signed int" for alignment_offset and the offset could be -1 for devices with undefined alignment (if no compatible sizes and alignments exist for stacked devices). There is no way how libblkid caller can respond to the value -1, so we are going to hide this corner case... TODO: maybe we can export an extra boolean value 'misaligned' rather then complete hide this problem. We will see... Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-30libblkid: topology - add logical and physical sector sizeKarel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-19libblkid: add support for topology ioctlsKarel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-23libblkid: add LVM topology support (for old kernels)Karel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-21libblkid: add EVMS topology support (for old kernels)Karel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-21libblkid: add DM topology support (for old kernels)Karel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-21libblkid: add MD topology support (for old kernels)Karel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-18libblkid: add private blkid_topology_set_*() functionsKarel Zak1-8/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-18libblkid: allows more probing methods for topology chainKarel Zak1-0/+21
This patch moves the current topology code to the separate sysfs.c file. Signed-off-by: Karel Zak <kzak@redhat.com>