Searched refs:out_cursor (Results 1 – 2 of 2) sorted by relevance
3165 ceph_msg_data_cursor_init(&con->v2.out_cursor, msg, in queue_data()3168 get_bvec_at(&con->v2.out_cursor, &bv); in queue_data()3181 ceph_msg_data_advance(&con->v2.out_cursor, con->v2.out_bvec.bv_len); in queue_data_cont()3182 if (con->v2.out_cursor.total_resid) { in queue_data_cont()3183 get_bvec_at(&con->v2.out_cursor, &bv); in queue_data_cont()3541 ceph_msg_data_advance(&con->v2.out_cursor, sent); in revoke_at_queue_data_cont()3543 WARN_ON(resid > con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()3545 con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()3548 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