Home
last modified time | relevance | path

Searched refs:USER_DISK_SIZE_MAX (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/home/
Dhome-util.h13 #define USER_DISK_SIZE_MAX (UINT64_C(5)*1024*1024*1024*1024) macro
Dhomed-home.c2551 if (disk_ceiling == UINT64_MAX || disk_ceiling > USER_DISK_SIZE_MAX) in home_augment_status()
2552 disk_ceiling = USER_DISK_SIZE_MAX; in home_augment_status()
Dhomework-luks.c2227 USER_DISK_SIZE_MIN, USER_DISK_SIZE_MAX); in home_create_luks()
2901 *ret = DISK_SIZE_ROUND_DOWN(MIN(sum, USER_DISK_SIZE_MAX)); in get_largest_image_size()