Searched refs:file_system_uuid (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | user-record-show.c | 295 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()
|
D | user-record.h | 303 sd_id128_t file_system_uuid; member
|
D | user-record.c | 1040 …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/ |
D | homework-luks.c | 1416 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()
|
D | user-record-util.c | 388 h->file_system_uuid = fs_uuid; in user_record_add_binding()
|