Searched refs:BUS_ERROR_BAD_HOME_SIZE (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-common-errors.h | 121 #define BUS_ERROR_BAD_HOME_SIZE "org.freedesktop.home1.BadHomeSize" macro
|
D | bus-common-errors.c | 138 SD_BUS_ERROR_MAP(BUS_ERROR_BAD_HOME_SIZE, ERANGE),
|
/systemd-251/src/home/ |
D | homed-home.c | 598 …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()
|