Home
last modified time | relevance | path

Searched refs:out_cursor (Results 1 – 2 of 2) sorted by relevance

/linux/net/ceph/
H A Dmessenger_v2.c3173 ceph_msg_data_cursor_init(&con->v2.out_cursor, msg, in queue_data()
3176 get_bvec_at(&con->v2.out_cursor, &bv); in queue_data()
3189 ceph_msg_data_advance(&con->v2.out_cursor, con->v2.out_bvec.bv_len); in queue_data_cont()
3190 if (con->v2.out_cursor.total_resid) { in queue_data_cont()
3191 get_bvec_at(&con->v2.out_cursor, &bv); in queue_data_cont()
3549 ceph_msg_data_advance(&con->v2.out_cursor, sent); in revoke_at_queue_data_cont()
3551 WARN_ON(resid > con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()
3553 con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()
3556 out_zero_add(con, con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()
/linux/include/linux/ceph/
H A Dmessenger.h414 struct ceph_msg_data_cursor out_cursor; member