Searched refs:vol_udi (Results 1 – 1 of 1) sorted by relevance
216 char *vol_udi; in unmount_childs() local218 vol_udi = volumes[i]; in unmount_childs()219 if (libhal_device_get_property_bool (ctx, vol_udi, "block.is_volume", &error)) { in unmount_childs()221 if (libhal_device_get_property_bool (ctx, vol_udi, "volume.is_mounted", &error)) { in unmount_childs()223 HAL_DEBUG (("Forcing unmount of child '%s'", vol_udi)); in unmount_childs()224 force_unmount (ctx, vol_udi); in unmount_childs()