Lines Matching defs:device
54 MSG(0, "\nUsage: mkfs.f2fs [options] device [sectors]\n");
57 MSG(0, " -c device1[,device2,...] up to 7 additional devices, except meta device\n");
66 MSG(0, " -m support zoned block device [default:0]\n");
80 MSG(0, "sectors: number of sectors [default: determined by device size]\n");
205 MSG(0, "Error: device path should be less than "
361 static int f2fs_dev_is_overwrite(const char *device)
367 if (!device || !*device)
370 pr = blkid_new_probe_from_filename(device);
387 * on the device.
396 device, type);
399 device, type);
402 device);
410 device);
445 MSG(0, "\tError: Not available on mounted device!\n");
486 MSG(0, "\tError: zoned block device feature is required\n");