Searched refs:device2 (Results 1 – 2 of 2) sorted by relevance
59 device_volumes[0].device2 = NULL; in load_volume_table()83 char* device2 = strtok(NULL, " \t\n"); in load_volume_table() local84 if (device2) { in load_volume_table()85 if (device2[0] == '/') { in load_volume_table()88 options = device2; in load_volume_table()89 device2 = NULL; in load_volume_table()101 device_volumes[num_volumes].device2 = in load_volume_table()102 device2 ? strdup(device2) : NULL; in load_volume_table()123 v->device, v->device2, v->length); in load_volume_table()185 if (v->device2) { in ensure_path_mounted()[all …]
50 const char* device2; // alternative device to try if fs_type member