Searched refs:out_kvec (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmessenger.c430 * off. Assumes out_kvec* are already valid.. we just add on to the end.
438 con->out_kvec[v].iov_base = &m->footer;
439 con->out_kvec[v].iov_len = sizeof(m->footer);
462 con->out_kvec[v].iov_base = &tag_ack;
463 con->out_kvec[v++].iov_len = 1;
465 con->out_kvec[v].iov_base = &con->out_temp_ack;
466 con->out_kvec[v++].iov_len = sizeof(con->out_temp_ack);
498 con->out_kvec[v].iov_base = &tag_msg;
499 con->out_kvec[v++].iov_len = 1;
500 con->out_kvec[
[all...]
H A Dmessenger.h184 struct kvec out_kvec[8], /* sending header/footer data */ member in struct:ceph_connection
186 int out_kvec_left; /* kvec's left in out_kvec */

Completed in 79 milliseconds