Lines Matching refs:hash_what
55 const char *hash_what, in create_device() argument
68 if (!hash && !data_what && !hash_what) in create_device()
76 if (!hash_what) in create_device()
79 if (!hash || !data_what || !hash_what) in create_device()
82 …a device %s, hash device %s, options %s, and hash %s.", name, data_what, hash_what, options, hash); in create_device()
87 v = fstab_node_to_udev_node(hash_what); in create_device()
260 char **hash_what) { in determine_device() argument
269 assert(hash_what); in determine_device()
274 if (*data_what && *hash_what) in determine_device()
293 if (!*hash_what) { in determine_device()
296 … *hash_what = path_join("/dev/disk/by-partuuid", SD_ID128_TO_UUID_STRING(verity_uuid)); in determine_device()
297 if (!*hash_what) in determine_device()
301 log_info("Using data device %s and hash device %s for %s.", *data_what, *hash_what, name); in determine_device()