Home
last modified time | relevance | path

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

/linux-6.1.9/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()
1007 ceph_msg_data_advance(cursor, 0); in read_partial_msg_data()
1022 ceph_msg_data_advance(cursor, (size_t)ret); in read_partial_msg_data()
1049 ceph_msg_data_advance(cursor, 0); in read_partial_msg_data_bounce()
1063 ceph_msg_data_advance(cursor, ret); in read_partial_msg_data_bounce()
Dmessenger_v2.c862 ceph_msg_data_advance(cursor, 0); in get_bvec_at()
904 ceph_msg_data_advance(cursor, bv.bv_len); in calc_sg_cnt_cursor()
955 ceph_msg_data_advance(cursor, bv.bv_len); in init_sgs_cursor()
1802 ceph_msg_data_advance(&con->v2.in_cursor, con->v2.in_bvec.bv_len); in prepare_read_data_cont()
2976 ceph_msg_data_advance(&con->v2.out_cursor, con->v2.out_bvec.bv_len); in queue_data_cont()
3332 ceph_msg_data_advance(&con->v2.out_cursor, sent); in revoke_at_queue_data_cont()
3461 ceph_msg_data_advance(&con->v2.in_cursor, recved); in revoke_at_prepare_read_data_cont()
Dmessenger.c1058 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes) in ceph_msg_data_advance() function
/linux-6.1.9/include/linux/ceph/
Dmessenger.h501 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes);