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.c489 ceph_msg_data_advance(cursor, 0); in write_partial_message_data()
504 ceph_msg_data_advance(cursor, (size_t)ret); in write_partial_message_data()
1018 ceph_msg_data_advance(cursor, (size_t)ret); in read_partial_sparse_msg_extent()
1077 ceph_msg_data_advance(cursor, 0); in read_partial_msg_data()
1092 ceph_msg_data_advance(cursor, (size_t)ret); in read_partial_msg_data()
1119 ceph_msg_data_advance(cursor, 0); in read_partial_msg_data_bounce()
1133 ceph_msg_data_advance(cursor, ret); in read_partial_msg_data_bounce()
H A Dmessenger_v2.c843 ceph_msg_data_advance(cursor, 0); in get_bvec_at()
882 ceph_msg_data_advance(cursor, bv.bv_len); in calc_sg_cnt_cursor()
933 ceph_msg_data_advance(cursor, bv.bv_len); in init_sgs_cursor()
1095 ceph_msg_data_advance(&cursor, len); in process_v2_sparse_read()
1880 ceph_msg_data_advance(&con->v2.in_cursor, con->v2.in_bvec.bv_len); in prepare_read_data_cont()
1925 ceph_msg_data_advance(cursor, con->v2.in_bvec.bv_len); in prepare_sparse_read_cont()
3181 ceph_msg_data_advance(&con->v2.out_cursor, con->v2.out_bvec.bv_len); in queue_data_cont()
3541 ceph_msg_data_advance(&con->v2.out_cursor, sent); in revoke_at_queue_data_cont()
3671 ceph_msg_data_advance(&con->v2.in_cursor, recved); in revoke_at_prepare_read_data_cont()
H A Dmessenger.c1127 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes) in ceph_msg_data_advance() function
H A Dosd_client.c5712 ceph_msg_data_advance(cursor, plen); in advance_cursor()
/linux/include/linux/ceph/
H A Dmessenger.h541 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes);