util-linux/mount/mount_by_label.h

4 lines
155 B
C

char *get_spec_by_uuid(const char *uuid);
char *get_spec_by_volume_label(const char *volumelabel);
const char *get_volume_label_by_spec(const char *spec);