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

/linux-master/net/ceph/
H A Dmessenger_v2.c1090 struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor;
1865 ceph_msg_data_cursor_init(&con->v2.in_cursor, con->in_msg,
1868 get_bvec_at(&con->v2.in_cursor, &bv);
1895 get_bvec_at(&con->v2.in_cursor, &bv);
1906 ceph_msg_data_advance(&con->v2.in_cursor, con->v2.in_bvec.bv_len);
1907 if (con->v2.in_cursor.total_resid) {
1908 get_bvec_at(&con->v2.in_cursor, &bv);
1931 struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor;
2037 ceph_msg_data_cursor_init(&con->v2.in_cursor, msg,
3692 ceph_msg_data_advance(&con->v2.in_cursor, recve
[all...]
/linux-master/include/linux/ceph/
H A Dmessenger.h397 struct bio_vec in_bvec; /* recvmsg (in_cursor) */
412 struct ceph_msg_data_cursor in_cursor; member in struct:ceph_connection_v2_info

Completed in 297 milliseconds