Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Drm-rf.c239 next_fd: in rm_rf_children()
297 goto next_fd; in rm_rf_children()
/systemd-251/src/tmpfiles/
Dtmpfiles.c2099 _cleanup_close_ int next_fd = -1; in mkdir_parents_rm_if_wrong_type() local
2132 next_fd = RET_NERRNO(openat(parent_fd, t, O_NOCTTY | O_CLOEXEC | O_DIRECTORY)); in mkdir_parents_rm_if_wrong_type()
2133 if (next_fd < 0) { in mkdir_parents_rm_if_wrong_type()
2137 … return log_error_errno(next_fd, "Failed to open \"%s\" at \"%s\": %m", t, strnull(parent_name)); in mkdir_parents_rm_if_wrong_type()
2139 r = RET_NERRNO(fstat(next_fd, &parent_st)); in mkdir_parents_rm_if_wrong_type()
2147 CLOSE_AND_REPLACE(parent_fd, next_fd); in mkdir_parents_rm_if_wrong_type()