Home
last modified time | relevance | path

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

/linux/net/ceph/
A Dmessenger_v2.c2859 ceph_msg_data_cursor_init(&con->v2.out_cursor, con->out_msg, in queue_data()
2862 get_bvec_at(&con->v2.out_cursor, &bv); in queue_data()
2875 ceph_msg_data_advance(&con->v2.out_cursor, con->v2.out_bvec.bv_len); in queue_data_cont()
2876 if (con->v2.out_cursor.total_resid) { in queue_data_cont()
2877 get_bvec_at(&con->v2.out_cursor, &bv); in queue_data_cont()
3231 ceph_msg_data_advance(&con->v2.out_cursor, sent); in revoke_at_queue_data_cont()
3233 WARN_ON(resid > con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()
3235 con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()
3238 out_zero_add(con, con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()
/linux/include/linux/ceph/
A Dmessenger.h377 struct ceph_msg_data_cursor out_cursor; member

Completed in 12 milliseconds