summaryrefslogtreecommitdiffstats
path: root/mount/mount_blkid.h
blob: c96ff8cbb4b9cc6f8e54ae7d400166915b398487 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifdef HAVE_LIBBLKID
#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);