Searched refs:out_cursor (Results 1 – 2 of 2) sorted by relevance
2955 ceph_msg_data_cursor_init(&con->v2.out_cursor, con->out_msg, in queue_data()2958 get_bvec_at(&con->v2.out_cursor, &bv); in queue_data()2971 ceph_msg_data_advance(&con->v2.out_cursor, con->v2.out_bvec.bv_len); in queue_data_cont()2972 if (con->v2.out_cursor.total_resid) { in queue_data_cont()2973 get_bvec_at(&con->v2.out_cursor, &bv); in queue_data_cont()3326 ceph_msg_data_advance(&con->v2.out_cursor, sent); in revoke_at_queue_data_cont()3328 WARN_ON(resid > con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()3330 con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()3333 out_zero_add(con, con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()
376 struct ceph_msg_data_cursor out_cursor; member
Completed in 12 milliseconds