Searched refs:ceph_msg_data_cursor_init (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ceph/ |
H A D | messenger.h | 535 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor,
|
/linux/net/ceph/ |
H A D | messenger_v2.c | 1029 ceph_msg_data_cursor_init(&cursor, msg, dlen); in setup_message_sgs() 1049 ceph_msg_data_cursor_init(&cursor, msg, dlen); in setup_message_sgs() 1865 ceph_msg_data_cursor_init(&con->v2.in_cursor, con->in_msg, in prepare_read_data() 2037 ceph_msg_data_cursor_init(&con->v2.in_cursor, msg, in prepare_sparse_read_data() 3192 ceph_msg_data_cursor_init(&con->v2.out_cursor, con->out_msg, in queue_data()
|
H A D | messenger_v1.c | 165 ceph_msg_data_cursor_init(&msg->cursor, msg, len); in prepare_message_data()
|
H A D | messenger.c | 1066 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_cursor_init() function
|