Home
last modified time | relevance | path

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

/systemd-251/src/home/
Dhomework.h26 sd_id128_t found_fs_uuid; member
Dhomework-luks.c1232 …ound_partition_uuid = SD_ID128_NULL, found_luks_uuid = SD_ID128_NULL, found_fs_uuid = SD_ID128_NUL… in home_setup_luks() local
1340 found_partition_uuid = found_fs_uuid = SD_ID128_NULL; in home_setup_luks()
1416 r = fs_validate(setup->dm_node, h->file_system_uuid, &fstype, &found_fs_uuid); in home_setup_luks()
1444 if (!sd_id128_is_null(found_fs_uuid)) in home_setup_luks()
1445 setup->found_fs_uuid = found_fs_uuid; in home_setup_luks()
Dhomework.c752 setup->found_fs_uuid, in home_extend_embedded_identity()