Home
last modified time | relevance | path

Searched refs:hash_device (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/veritysetup/
Dveritysetup-generator.c319 const char *hash_device, in create_disk() argument
333 assert(hash_device); in create_disk()
353 hu = fstab_node_to_udev_node(hash_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()
491 hash_uuid = startswith(hash_device, "UUID="); in add_veritytab_devices()
493 hash_uuid = path_startswith(hash_device, "/dev/disk/by-uuid/"); in add_veritytab_devices()
497 hash_device, in add_veritytab_devices()