Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Duser-record-show.c295 if (!sd_id128_is_null(hr->file_system_uuid)) in user_record_show()
296 … printf(" FS UUID: " SD_ID128_UUID_FORMAT_STR "\n", SD_ID128_FORMAT_VAL(hr->file_system_uuid)); in user_record_show()
Duser-record.h303 sd_id128_t file_system_uuid; member
Duser-record.c1040 …T_STRING, json_dispatch_id128, offsetof(UserRecord, file_system_uuid), 0 … in dispatch_binding()
1197 …, json_dispatch_id128, offsetof(UserRecord, file_system_uuid), … in dispatch_per_machine()
1549 …, json_dispatch_id128, offsetof(UserRecord, file_system_uuid), … in user_record_load()
/systemd-251/src/home/
Dhomework-luks.c1416 r = fs_validate(setup->dm_node, h->file_system_uuid, &fstype, &found_fs_uuid); in home_setup_luks()
2176 if (sd_id128_is_null(h->file_system_uuid)) { in home_create_luks()
2181 fs_uuid = h->file_system_uuid; in home_create_luks()
Duser-record-util.c388 h->file_system_uuid = fs_uuid; in user_record_add_binding()