Searched refs:fsfd (Results 1 – 1 of 1) sorted by relevance
361 int fsfd = openat(sdfd, name, O_RDONLY | O_NOFOLLOW | O_CLOEXEC); in _copy_dir_files() local363 if (fsfd == -1 || fdfd == -1) { in _copy_dir_files()366 if (_copy_owner_permissions(fsfd, fdfd) != 0) { in _copy_dir_files()375 while ((size = read(fsfd, buf, sizeof(buf))) > 0) { in _copy_dir_files()384 close(fsfd); in _copy_dir_files()