summaryrefslogtreecommitdiffstats
path: root/mount/mount_blkid.h
blob: 67c9975b2116c37d2fd192cc0a27cb01d811c883 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifdef HAVE_BLKID
#include <blkid/blkid.h>
extern blkid_cache blkid;
#endif

extern void mount_blkid_get_cache(void);
extern void mount_blkid_put_cache(void);
extern const char *mount_get_devname_by_uuid(const char *uuid);
extern const char *mount_get_devname_by_label(const char *label);
extern const char *mount_get_volume_label_by_spec(const char *spec);
extern const char *mount_get_devname(const char *spec);
extern const char *mount_get_devname_for_mounting(const char *spec);