Lines Matching refs:iov_base
598 iov.iov_base = kmap(page) + offset; in ceph_tcp_sendpage()
795 con->out_kvec[index].iov_base = data; in con_out_kvec_add()
1235 con->out_kvec[v].iov_base = &m->footer; in prepare_write_message_footer()
1302 con_out_kvec_add(con, m->front.iov_len, m->front.iov_base); in prepare_write_message()
1306 m->middle->vec.iov_base); in prepare_write_message()
1314 crc = crc32c(0, m->front.iov_base, m->front.iov_len); in prepare_write_message()
1317 crc = crc32c(0, m->middle->vec.iov_base, in prepare_write_message()
1516 con->out_kvec_cur->iov_base += ret; in write_partial_kvec()
2233 BUG_ON(section->iov_base == NULL); in read_partial_message_section()
2235 ret = ceph_tcp_recvmsg(con->sock, (char *)section->iov_base + in read_partial_message_section()
2242 *crc = crc32c(0, section->iov_base, section->iov_len); in read_partial_message_section()
3248 m->front.iov_base = ceph_kvmalloc(front_len, flags); in ceph_msg_new()
3249 if (m->front.iov_base == NULL) { in ceph_msg_new()
3255 m->front.iov_base = NULL; in ceph_msg_new()
3370 kvfree(m->front.iov_base); in ceph_msg_free()
3432 msg->front.iov_base, msg->front.iov_len, true); in ceph_msg_dump()
3436 msg->middle->vec.iov_base, in ceph_msg_dump()