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

/linux-master/net/ceph/
H A Dmessenger_v1.c115 con->v1.out_kvec_bytes = 0;
130 con->v1.out_kvec_bytes += size;
142 if (con->v1.out_kvec_bytes > 0) {
144 BUG_ON(con->v1.out_kvec_bytes < skip);
146 con->v1.out_kvec_bytes -= skip;
425 dout("write_partial_kvec %p %d left\n", con, con->v1.out_kvec_bytes);
426 while (con->v1.out_kvec_bytes > 0) {
429 con->v1.out_kvec_bytes,
433 con->v1.out_kvec_bytes -= ret;
434 if (!con->v1.out_kvec_bytes)
[all...]
/linux-master/include/linux/ceph/
H A Dmessenger.h329 int out_kvec_bytes; /* total bytes left */ member in struct:ceph_connection_v1_info

Completed in 110 milliseconds