summaryrefslogtreecommitdiffstats
path: root/mount/mount_by_label.h
blob: 451d06854867881fc86efd71cf24dadaeb4dcb72 (plain) (blame)
1
2
3
4
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);
const char *second_occurrence_of_vol_label(const char *label);