Home
last modified time | relevance | path

Searched refs:ceph_msg_data_advance (Results 1 – 3 of 3) sorted by relevance

/net/ceph/
Dmessenger_v1.c494 ceph_msg_data_advance(cursor, 0); in write_partial_message_data()
511 ceph_msg_data_advance(cursor, (size_t)ret); in write_partial_message_data()
1011 ceph_msg_data_advance(cursor, 0); in read_partial_msg_data()
1026 ceph_msg_data_advance(cursor, (size_t)ret); in read_partial_msg_data()
Dmessenger_v2.c872 ceph_msg_data_advance(cursor, 0); in get_bvec_at()
914 ceph_msg_data_advance(cursor, bv.bv_len); in calc_sg_cnt_cursor()
965 ceph_msg_data_advance(cursor, bv.bv_len); in init_sgs_cursor()
1771 ceph_msg_data_advance(&con->v2.in_cursor, con->v2.in_bvec.bv_len); in prepare_read_data_cont()
2886 ceph_msg_data_advance(&con->v2.out_cursor, con->v2.out_bvec.bv_len); in queue_data_cont()
3242 ceph_msg_data_advance(&con->v2.out_cursor, sent); in revoke_at_queue_data_cont()
3374 ceph_msg_data_advance(&con->v2.in_cursor, recved); in revoke_at_prepare_read_data_cont()
Dmessenger.c1083 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes) in ceph_msg_data_advance() function