Searched refs:sf_iobuf (Results 1 – 1 of 1) sorted by relevance
245 struct sf_parms sf_iobuf; in FileChannelImpl_transferTo0() local254 memset(&sf_iobuf, 0, sizeof(sf_iobuf)); in FileChannelImpl_transferTo0()255 sf_iobuf.file_descriptor = srcFD; in FileChannelImpl_transferTo0()256 sf_iobuf.file_offset = (off_t)position; in FileChannelImpl_transferTo0()257 sf_iobuf.file_bytes = count; in FileChannelImpl_transferTo0()259 result = send_file(&dstFD, &sf_iobuf, SF_SYNC_CACHE); in FileChannelImpl_transferTo0()278 if (sf_iobuf.bytes_sent > 0) in FileChannelImpl_transferTo0()279 return (jlong)sf_iobuf.bytes_sent; in FileChannelImpl_transferTo0()