Home
last modified time | relevance | path

Searched refs:file_system_type (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/home/
Duser-record-util.c279 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()
Duser-record-util.h27 … char *luks_cipher_mode, uint64_t luks_volume_key_size, const char *file_system_type, const char *…
Dhomework.c1343 !h->file_system_type) in home_create()
Dhomework-luks.c2149 if (h->file_system_type || streq(fstype, "ext4") || !supported_fstype("ext4")) in home_create_luks()
/systemd-251/src/shared/
Duser-record.c166 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()
Duser-record.h300 char *file_system_type; member
Duser-record-show.c298 if (hr->file_system_type) in user_record_show()