Searched refs:data_device (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/veritysetup/ |
D | veritysetup-generator.c | 318 const char *data_device, in create_disk() argument 332 assert(data_device); in create_disk() 349 du = fstab_node_to_udev_node(data_device); in create_disk() 465 … _cleanup_free_ char *line = NULL, *name = NULL, *data_device = NULL, *hash_device = NULL, in add_veritytab_devices() local 481 … r = sscanf(l, "%ms %ms %ms %ms %ms", &name, &data_device, &hash_device, &roothash, &options); in add_veritytab_devices() 487 data_uuid = startswith(data_device, "UUID="); in add_veritytab_devices() 489 data_uuid = path_startswith(data_device, "/dev/disk/by-uuid/"); in add_veritytab_devices() 496 data_device, in add_veritytab_devices()
|
D | veritysetup.c | 139 const char *volume, *data_device, *verity_device, *root_hash, *options; in run() local 148 data_device = argv[3]; in run() 182 r = crypt_set_data_device(cd, data_device); in run()
|