Searched refs:ceph_msg_data_cursor_init (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/linux/ceph/ |
D | messenger.h | 493 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor,
|
/Linux-v5.15/net/ceph/ |
D | messenger_v2.c | 983 ceph_msg_data_cursor_init(&cursor, msg, data_len(msg)); in setup_message_sgs() 999 ceph_msg_data_cursor_init(&cursor, msg, data_len(msg)); in setup_message_sgs() 1742 ceph_msg_data_cursor_init(&con->v2.in_cursor, con->in_msg, in prepare_read_data() 2859 ceph_msg_data_cursor_init(&con->v2.out_cursor, con->out_msg, in queue_data()
|
D | messenger_v1.c | 165 ceph_msg_data_cursor_init(&msg->cursor, msg, data_len); in prepare_message_data()
|
D | messenger.c | 1024 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_cursor_init() function
|