Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/ceph/
Dmessenger.h497 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor,
/Linux-v6.1/net/ceph/
Dmessenger_v2.c984 ceph_msg_data_cursor_init(&cursor, msg, data_len(msg)); in setup_message_sgs()
1000 ceph_msg_data_cursor_init(&cursor, msg, data_len(msg)); in setup_message_sgs()
1761 ceph_msg_data_cursor_init(&con->v2.in_cursor, con->in_msg, in prepare_read_data()
2960 ceph_msg_data_cursor_init(&con->v2.out_cursor, con->out_msg, in queue_data()
Dmessenger_v1.c165 ceph_msg_data_cursor_init(&msg->cursor, msg, data_len); in prepare_message_data()
Dmessenger.c1002 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_cursor_init() function