Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dmessenger.h537 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor,
/linux/net/ceph/
H A Dmessenger_v2.c1003 ceph_msg_data_cursor_init(&cursor, msg, dlen); in setup_message_sgs()
1023 ceph_msg_data_cursor_init(&cursor, msg, dlen); in setup_message_sgs()
1067 ceph_msg_data_cursor_init(&cursor, con->in_msg, in process_v2_sparse_read()
1839 ceph_msg_data_cursor_init(&con->v2.in_cursor, con->in_msg, in prepare_read_data()
2011 ceph_msg_data_cursor_init(&con->v2.in_cursor, msg, in prepare_sparse_read_data()
3165 ceph_msg_data_cursor_init(&con->v2.out_cursor, msg, in queue_data()
H A Dmessenger_v1.c165 ceph_msg_data_cursor_init(&msg->cursor, msg, len); in prepare_message_data()
H A Dmessenger.c1067 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_cursor_init() function