Home | History | Annotate | Download | only in libdiskconfig

Lines Matching full:dst_fd

35     int dst_fd = -1;
50 if ((dst_fd = open(dst, O_RDWR)) < 0) {
55 if (lseek64(dst_fd, offset, SEEK_SET) != offset) {
83 if ((tmp = write(dst_fd, buffer, nr_bytes)) < 0) {
101 if (dst_fd >= 0)
102 fsync(dst_fd);
107 if (dst_fd >= 0)
108 close(dst_fd);
112 if (dst_fd >= 0)
113 close(dst_fd);