Lines Matching refs:iov_base
599 iov.iov_base = kmap(page) + offset; in ceph_tcp_sendpage()
792 con->out_kvec[index].iov_base = data; in con_out_kvec_add()
1232 con->out_kvec[v].iov_base = &m->footer; in prepare_write_message_footer()
1299 con_out_kvec_add(con, m->front.iov_len, m->front.iov_base); in prepare_write_message()
1303 m->middle->vec.iov_base); in prepare_write_message()
1311 crc = crc32c(0, m->front.iov_base, m->front.iov_len); in prepare_write_message()
1314 crc = crc32c(0, m->middle->vec.iov_base, in prepare_write_message()
1523 con->out_kvec_cur->iov_base += ret; in write_partial_kvec()
2246 BUG_ON(section->iov_base == NULL); in read_partial_message_section()
2248 ret = ceph_tcp_recvmsg(con->sock, (char *)section->iov_base + in read_partial_message_section()
2255 *crc = crc32c(0, section->iov_base, section->iov_len); in read_partial_message_section()
3283 m->front.iov_base = ceph_kvmalloc(front_len, flags); in ceph_msg_new()
3284 if (m->front.iov_base == NULL) { in ceph_msg_new()
3290 m->front.iov_base = NULL; in ceph_msg_new()
3404 kvfree(m->front.iov_base); in ceph_msg_free()
3468 msg->front.iov_base, msg->front.iov_len, true); in ceph_msg_dump()
3472 msg->middle->vec.iov_base, in ceph_msg_dump()