Searched refs:out_cursor (Results 1 – 2 of 2) sorted by relevance
3173 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()
414 struct ceph_msg_data_cursor out_cursor; member