Searched refs:ceph_msg_data_cursor_init (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/ceph/ |
D | messenger.h | 535 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor,
|
/Linux-v6.6/net/ceph/ |
D | messenger_v2.c | 1033 ceph_msg_data_cursor_init(&cursor, msg, dlen); in setup_message_sgs() 1053 ceph_msg_data_cursor_init(&cursor, msg, dlen); in setup_message_sgs() 1869 ceph_msg_data_cursor_init(&con->v2.in_cursor, con->in_msg, in prepare_read_data() 3193 ceph_msg_data_cursor_init(&con->v2.out_cursor, con->out_msg, in queue_data()
|
D | messenger_v1.c | 164 ceph_msg_data_cursor_init(&msg->cursor, msg, data_len); in prepare_message_data()
|
D | messenger.c | 1066 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_cursor_init() function
|
D | osd_client.c | 5784 ceph_msg_data_cursor_init(cursor, con->in_msg, srlen); in prep_next_sparse_read()
|