Searched refs:file_system_type (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/home/ |
D | user-record-util.c | 279 const char *file_system_type, in user_record_add_binding() argument 314 if (file_system_type) { in user_record_add_binding() 315 fst = strdup(file_system_type); in user_record_add_binding() 341 …JSON_BUILD_PAIR_CONDITION(!!file_system_type, "fileSystemType", JSON_BUILD_STRING(file_system_type… in user_record_add_binding() 398 free_and_replace(h->file_system_type, fst); in user_record_add_binding()
|
D | user-record-util.h | 27 … char *luks_cipher_mode, uint64_t luks_volume_key_size, const char *file_system_type, const char *…
|
D | homework.c | 1343 !h->file_system_type) in home_create()
|
D | homework-luks.c | 2149 if (h->file_system_type || streq(fstype, "ext4") || !supported_fstype("ext4")) in home_create_luks()
|
/systemd-251/src/shared/ |
D | user-record.c | 166 free(h->file_system_type); in user_record_free() 1044 …T_STRING, json_dispatch_string, offsetof(UserRecord, file_system_type), JSON_SA… in dispatch_binding() 1194 …, json_dispatch_string, offsetof(UserRecord, file_system_type), … in dispatch_per_machine() 1294 …IANT_STRING, json_dispatch_string, offsetof(UserRecord, file_system_type), … in dispatch_status() 1546 …, json_dispatch_string, offsetof(UserRecord, file_system_type), … in user_record_load() 1685 return h->file_system_type ?: "btrfs"; in user_record_file_system_type()
|
D | user-record.h | 300 char *file_system_type; member
|
D | user-record-show.c | 298 if (hr->file_system_type) in user_record_show()
|