Home
last modified time | relevance | path

Searched refs:user_record_storage (Results 1 – 11 of 11) sorted by relevance

/systemd-251/src/home/
Dhomework.c464 switch (user_record_storage(h)) { in home_setup()
483 …irectories of type '%s' currently not supported.", user_storage_to_string(user_record_storage(h))); in home_setup()
748 user_record_storage(used), in home_extend_embedded_identity()
880 …if (!IN_SET(user_record_storage(h), USER_LUKS, USER_DIRECTORY, USER_SUBVOLUME, USER_FSCRYPT, USER_… in home_activate()
881 …irectories of type '%s' currently not supported.", user_storage_to_string(user_record_storage(h))); in home_activate()
899 switch (user_record_storage(h)) { in home_activate()
950 …if (!IN_SET(user_record_storage(h), USER_LUKS, USER_DIRECTORY, USER_SUBVOLUME, USER_FSCRYPT, USER_… in home_deactivate()
951 …irectories of type '%s' currently not supported.", user_storage_to_string(user_record_storage(h))); 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()
[all …]
Dhomework-directory.c23 assert(IN_SET(user_record_storage(h), USER_DIRECTORY, USER_SUBVOLUME)); in home_setup_directory()
71 assert(IN_SET(user_record_storage(h), USER_DIRECTORY, USER_SUBVOLUME, USER_FSCRYPT)); in home_activate_directory()
118 assert(IN_SET(user_record_storage(h), USER_DIRECTORY, USER_SUBVOLUME)); in home_create_directory_or_subvolume()
130 switch (user_record_storage(h)) { in home_create_directory_or_subvolume()
227 user_record_storage(h), in home_create_directory_or_subvolume()
273 assert(IN_SET(user_record_storage(h), USER_DIRECTORY, USER_SUBVOLUME, USER_FSCRYPT)); in home_resize_directory()
Dhomework-cifs.c26 assert(user_record_storage(h) == USER_CIFS); in home_setup_cifs()
157 assert(user_record_storage(h) == USER_CIFS); in home_activate_cifs()
192 assert(user_record_storage(h) == USER_CIFS); in home_create_cifs()
Dhomework-fscrypt.c294 assert(user_record_storage(h) == USER_FSCRYPT); in home_setup_fscrypt()
504 assert(user_record_storage(h) == USER_FSCRYPT); in home_create_fscrypt()
653 assert(user_record_storage(h) == USER_FSCRYPT); in home_passwd_fscrypt()
Duser-record-util.c439 … if (IN_SET(user_record_storage(h), USER_CLASSIC, USER_DIRECTORY, USER_SUBVOLUME, USER_FSCRYPT)) { in user_record_test_home_directory()
481 if (user_record_storage(h) == USER_CIFS) in user_record_test_image_path()
495 switch (user_record_storage(h)) { in user_record_test_image_path()
1394 if (user_record_storage(h) != USER_LUKS) in user_record_shall_rebalance()
Dhomework-luks.c1242 assert(user_record_storage(h) == USER_LUKS); in home_setup_luks()
1522 assert(user_record_storage(h) == USER_LUKS); in home_activate_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()
Dhomed-manager.c684 same = user_record_storage(h->record) == storage; in manager_add_home_by_image()
Dhomed-home.c3053 if (user_record_storage(h->record) != USER_LUKS) in home_get_image_path_seat()
/systemd-251/src/shared/
Duser-record.c1371 …r = user_record_build_image_path(user_record_storage(h), user_record_user_name_and_realm(h), &h->i… in user_record_augment()
1673 UserStorage user_record_storage(UserRecord *h) { in user_record_storage() function
1723 …return IN_SET(user_record_storage(h), USER_CLASSIC, USER_DIRECTORY, USER_SUBVOLUME, USER_FSCRYPT) … in user_record_image_path()
1916 storage = user_record_storage(h); in user_record_removable()
1963 return user_record_storage(h) == USER_FSCRYPT; in user_record_drop_caches()
1972 return user_record_storage(h) == USER_LUKS ? AUTO_RESIZE_SHRINK_AND_GROW : AUTO_RESIZE_OFF; in user_record_auto_resize_mode()
Duser-record.h380 UserStorage user_record_storage(UserRecord *h);
Duser-record-show.c208 storage = user_record_storage(hr); in user_record_show()