Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Derrno-util.h142 static inline bool ERRNO_IS_DISK_SPACE(int r) { in ERRNO_IS_DISK_SPACE() function
/systemd-251/src/home/
Dhomework-luks.c1123 if (ERRNO_IS_DISK_SPACE(errno)) { in run_fallocate()
2100 if (ERRNO_IS_DISK_SPACE(errno)) { in home_truncate()
2934 …if (!ERRNO_IS_DISK_SPACE(r) || new_fs_size > old_fs_size) /* Not a disk space issue? Not trying to… in resize_fs_loop()
3018 …if (!ERRNO_IS_DISK_SPACE(r) || new_image_size < old_image_size) /* Not a disk space issue? Not try… in resize_image_loop()
/systemd-251/src/core/
Dnamespace.c2741 if (errno == EROFS || ERRNO_IS_DISK_SPACE(errno)) in setup_one_tmp_dir()