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

/linux-master/include/linux/ceph/
H A Dmessenger.h402 struct kvec out_kvecs[8]; /* sendmsg */ member in struct:ceph_connection_v2_info
/linux-master/net/ceph/
H A Dmessenger_v2.c250 BUG_ON(con->v2.out_kvec_cnt >= ARRAY_SIZE(con->v2.out_kvecs));
254 con->v2.out_kvecs[con->v2.out_kvec_cnt].iov_base = buf;
255 con->v2.out_kvecs[con->v2.out_kvec_cnt].iov_len = len;
269 iov_iter_kvec(&con->v2.out_iter, ITER_SOURCE, con->v2.out_kvecs, 0, 0);

Completed in 132 milliseconds