libhal_volume_get_fstype
(volume != NULL ? libhal_volume_get_fstype (volume) : "") );
if (strcmp (libhal_volume_get_fstype (volume), "vfat") != 0 &&
strcmp (libhal_volume_get_fstype (volume), "iso9660") != 0 &&
strcmp (libhal_volume_get_fstype (volume), "udf") != 0) {
} else if (libhal_volume_get_fstype (volume) != NULL && strlen (libhal_volume_get_fstype (volume)) > 0) {
mount_do_fstype = (char *) map_fstype (libhal_volume_get_fstype (volume));
if ((libhal_volume_get_fstype (volume) == NULL) ||
(strcmp (libhal_volume_get_fstype (volume), "zfs") != 0)) {
fstype = libhal_volume_get_fstype (volume);
const char *libhal_volume_get_fstype (LibHalVolume *volume);