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