Searched refs:out_cursor (Results 1 – 2 of 2) sorted by relevance
3176 ceph_msg_data_cursor_init(&con->v2.out_cursor, msg, in queue_data()3179 get_bvec_at(&con->v2.out_cursor, &bv); in queue_data()3192 ceph_msg_data_advance(&con->v2.out_cursor, con->v2.out_bvec.bv_len); in queue_data_cont()3193 if (con->v2.out_cursor.total_resid) { in queue_data_cont()3194 get_bvec_at(&con->v2.out_cursor, &bv); in queue_data_cont()3552 ceph_msg_data_advance(&con->v2.out_cursor, sent); in revoke_at_queue_data_cont()3554 WARN_ON(resid > con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()3556 con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()3559 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