Lines Matching refs:out_fd
806 int out_fd;
811 out_fd = req->file;
869 n = write(out_fd, buf + nwritten, nread - nwritten);
882 pfd.fd = out_fd;
970 int out_fd, size_t len) {
979 r = uv__fs_copy_file_range(in_fd, off, out_fd, NULL, len, 0);
999 if (uv__is_cifs_or_smb(out_fd))
1005 * EXDEV - it will not work when in_fd and out_fd are not on the same
1020 int out_fd;
1023 out_fd = req->file;
1037 r = uv__fs_try_copy_file_range(in_fd, &off, out_fd, len);
1042 r = sendfile(out_fd, in_fd, &off, len);
1082 r = uv__fs_copy_file_range(in_fd, &off, out_fd, NULL, req->bufsml[0].len, 0);
1090 r = sendfile(in_fd, out_fd, req->off, req->bufsml[0].len, NULL, &len, 0);
1094 out_fd,
1104 r = sendfile(in_fd, out_fd, req->off, &len, NULL, 0);
1132 (void) &out_fd;
2111 uv_file out_fd,
2118 req->file = out_fd;