Home
last modified time | relevance | path

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

/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.c869 ceph_msg_data_advance(cursor, 0); in get_bvec_at()
908 ceph_msg_data_advance(cursor, bv.bv_len); in calc_sg_cnt_cursor()
959 ceph_msg_data_advance(cursor, bv.bv_len); in init_sgs_cursor()
1118 ceph_msg_data_advance(cursor, len); in process_v2_sparse_read()
1906 ceph_msg_data_advance(&con->v2.in_cursor, con->v2.in_bvec.bv_len); in prepare_read_data_cont()
1951 ceph_msg_data_advance(cursor, con->v2.in_bvec.bv_len); in prepare_sparse_read_cont()
3208 ceph_msg_data_advance(&con->v2.out_cursor, con->v2.out_bvec.bv_len); in queue_data_cont()
3563 ceph_msg_data_advance(&con->v2.out_cursor, sent); in revoke_at_queue_data_cont()
3692 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.c5728 ceph_msg_data_advance(cursor, plen); in advance_cursor()
/linux/include/linux/ceph/
H A Dmessenger.h539 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes);