Home
last modified time | relevance | path

Searched refs:USER_DISK_SIZE_DEFAULT_PERCENT (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/home/
Dhome-util.h18 #define USER_DISK_SIZE_DEFAULT_PERCENT ((unsigned) ((100 * REBALANCE_WEIGHT_DEFAULT) / (REBALANCE_W… macro
21 assert_cc(USER_DISK_SIZE_DEFAULT_PERCENT == 83U);
Dhomework-luks.c2043 if (upper_boundary > UINT64_MAX / USER_DISK_SIZE_DEFAULT_PERCENT) in calculate_initial_image_size()
2046 *ret = DISK_SIZE_ROUND_DOWN(upper_boundary * USER_DISK_SIZE_DEFAULT_PERCENT / 100); in calculate_initial_image_size()
2049 USER_DISK_SIZE_DEFAULT_PERCENT, in calculate_initial_image_size()