Searched refs:USER_LUKS (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/home/ |
D | homework.c | 466 case USER_LUKS: in home_setup() 880 …if (!IN_SET(user_record_storage(h), USER_LUKS, USER_DIRECTORY, USER_SUBVOLUME, USER_FSCRYPT, USER_… in home_activate() 901 case USER_LUKS: in home_activate() 950 …if (!IN_SET(user_record_storage(h), USER_LUKS, USER_DIRECTORY, USER_SUBVOLUME, USER_FSCRYPT, USER_… in home_deactivate() 978 if (user_record_storage(h) == USER_LUKS) { in home_deactivate() 991 if (user_record_storage(h) == USER_LUKS) in home_deactivate() 1011 if (user_record_storage(h) == USER_LUKS) { in home_deactivate() 1278 …torage, in order to avoid double encryption.", get_home_root(), user_storage_to_string(USER_LUKS)); in determine_default_storage() 1285 … using '%s' storage, since libcryptsetup could not be loaded.", user_storage_to_string(USER_LUKS)); in determine_default_storage() 1287 … log_info("Using automatic default storage of '%s'.", user_storage_to_string(USER_LUKS)); in determine_default_storage() [all …]
|
D | user-record-util.c | 33 assert(IN_SET(storage, USER_LUKS, USER_SUBVOLUME, USER_FSCRYPT, USER_DIRECTORY)); in user_record_synthesize() 497 case USER_LUKS: in user_record_test_image_path() 1376 …if (hr->storage >= 0 && !IN_SET(hr->storage, USER_LUKS, USER_DIRECTORY, USER_SUBVOLUME, USER_FSCRY… in user_record_is_supported() 1394 if (user_record_storage(h) != USER_LUKS) in user_record_shall_rebalance()
|
D | homework-luks.c | 1242 assert(user_record_storage(h) == USER_LUKS); in home_setup_luks() 1522 assert(user_record_storage(h) == USER_LUKS); in home_activate_luks() 2129 assert(h->storage < 0 || h->storage == USER_LUKS); in home_create_luks() 2390 USER_LUKS, in home_create_luks() 3089 assert(user_record_storage(h) == USER_LUKS); in home_resize_luks() 3535 assert(user_record_storage(h) == USER_LUKS); in home_passwd_luks() 3844 assert(user_record_storage(h) == USER_LUKS); in home_auto_shrink_luks()
|
D | homed-manager.c | 856 … return manager_add_home_by_image(m, user_name, realm, path, NULL, USER_LUKS, UID_INVALID); in manager_assess_image() 1267 return manager_add_home_by_image(m, user_name, realm, node, sysfs, USER_LUKS, UID_INVALID); in manager_add_device()
|
D | homed-home.c | 2450 case USER_LUKS: in home_get_disk_status_internal() 3053 if (user_record_storage(h->record) != USER_LUKS) in home_get_image_path_seat()
|
/systemd-251/src/shared/ |
D | user-record-show.c | 211 storage == USER_LUKS ? " (strong encryption)" : in user_record_show() 288 if (storage == USER_LUKS) { in user_record_show()
|
D | user-record.h | 26 USER_LUKS, enumerator
|
D | user-record.c | 1327 if (storage == USER_LUKS) in user_record_build_image_path() 1921 return storage == USER_LUKS && path_startswith(user_record_image_path(h), "/dev/"); in user_record_removable() 1972 return user_record_storage(h) == USER_LUKS ? AUTO_RESIZE_SHRINK_AND_GROW : AUTO_RESIZE_OFF; in user_record_auto_resize_mode() 2212 [USER_LUKS] = "luks",
|