Searched refs:subdir_fd (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Drm-rf.c104 int subdir_fd; local
110 subdir_fd = openat(fd, de->d_name, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC|O_NOFOLLOW|O_NOATIME);
111 if (subdir_fd < 0) {
123 safe_close(subdir_fd);
127 safe_close(subdir_fd);
141 safe_close(subdir_fd);
150 safe_close(subdir_fd);
158 r = rm_rf_children(subdir_fd, flags | REMOVE_PHYSICAL, root_dev);

Completed in 1639 milliseconds