Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dmessenger_v1.c493 ceph_msg_data_advance(cursor, 0); in write_partial_message_data()
508 ceph_msg_data_advance(cursor, (size_t)ret); in write_partial_message_data()
1022 ceph_msg_data_advance(cursor, (size_t)ret); in read_partial_sparse_msg_extent()
1081 ceph_msg_data_advance(cursor, 0); in read_partial_msg_data()
1096 ceph_msg_data_advance(cursor, (size_t)ret); in read_partial_msg_data()
1123 ceph_msg_data_advance(cursor, 0); in read_partial_msg_data_bounce()
1137 ceph_msg_data_advance(cursor, ret); in read_partial_msg_data_bounce()
H A Dmessenger_v2.c873 ceph_msg_data_advance(cursor, 0); in get_bvec_at()
912 ceph_msg_data_advance(cursor, bv.bv_len); in calc_sg_cnt_cursor()
963 ceph_msg_data_advance(cursor, bv.bv_len); in init_sgs_cursor()
1122 ceph_msg_data_advance(cursor, len); in process_v2_sparse_read()
1910 ceph_msg_data_advance(&con->v2.in_cursor, con->v2.in_bvec.bv_len); in prepare_read_data_cont()
1955 ceph_msg_data_advance(cursor, con->v2.in_bvec.bv_len); in prepare_sparse_read_cont()
3212 ceph_msg_data_advance(&con->v2.out_cursor, con->v2.out_bvec.bv_len); in queue_data_cont()
3567 ceph_msg_data_advance(&con->v2.out_cursor, sent); in revoke_at_queue_data_cont()
3696 ceph_msg_data_advance(&con->v2.in_cursor, recved); in revoke_at_prepare_read_data_cont()
H A Dmessenger.c1126 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes) in ceph_msg_data_advance() function
H A Dosd_client.c5762 ceph_msg_data_advance(cursor, plen); in advance_cursor()
/openbmc/linux/include/linux/ceph/
H A Dmessenger.h539 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes);