Lines Matching refs:out_fd
753 int out_fd;
758 out_fd = req->file;
816 n = write(out_fd, buf + nwritten, nread - nwritten);
829 pfd.fd = out_fd;
892 int out_fd, size_t len) {
901 r = uv__fs_copy_file_range(in_fd, off, out_fd, NULL, len, 0);
921 if (uv__is_cifs_or_smb(out_fd))
927 * EXDEV - it will not work when in_fd and out_fd are not on the same
942 int out_fd;
945 out_fd = req->file;
959 r = uv__fs_try_copy_file_range(in_fd, &off, out_fd, len);
964 r = sendfile(out_fd, in_fd, &off, len);
1001 r = uv__fs_copy_file_range(in_fd, &off, out_fd, NULL, req->bufsml[0].len, 0);
1009 r = sendfile(in_fd, out_fd, req->off, req->bufsml[0].len, NULL, &len, 0);
1014 r = sendfile(in_fd, out_fd, req->off, &len, NULL, 0);
1042 (void) &out_fd;
2029 uv_file out_fd,
2036 req->file = out_fd;