Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-common-errors.h121 #define BUS_ERROR_BAD_HOME_SIZE "org.freedesktop.home1.BadHomeSize" macro
Dbus-common-errors.c138 SD_BUS_ERROR_MAP(BUS_ERROR_BAD_HOME_SIZE, ERANGE),
/systemd-251/src/home/
Dhomed-home.c598 …return sd_bus_error_set(error, BUS_ERROR_BAD_HOME_SIZE, "File systems of this type cannot be shrun… in convert_worker_errno()
600 …return sd_bus_error_set(error, BUS_ERROR_BAD_HOME_SIZE, "File systems of this type can only be shr… in convert_worker_errno()
602 … return sd_bus_error_set(error, BUS_ERROR_BAD_HOME_SIZE, "File system size too small"); in convert_worker_errno()
1762 …return sd_bus_error_setf(error, BUS_ERROR_BAD_HOME_SIZE, "Requested size for home %s out of accept… in home_resize()