Lines Matching refs:dstfd
48 static int dstfd;
115 SAFE_FSYNC(dstfd);
134 io_prep_pwrite(iocb, dstfd, buf, iosize, offset);
262 if (dstfd > 0)
263 SAFE_CLOSE(dstfd);
277 dstfd = SAFE_OPEN(dstname, dstflags | O_WRONLY | O_CREAT, 0666);
289 SAFE_CLOSE(dstfd);
301 dstfd = SAFE_OPEN(dstname, O_RDONLY, 0666);
307 SAFE_READ(0, dstfd, dstbuff, buffsize);
317 SAFE_CLOSE(dstfd);