util-linux/mount/mount_by_label.h

5 lines
218 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);
const char *second_occurrence_of_vol_label(const char *label);