Searched refs:ceph_msg_data_cursor (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/ceph/
H A Dmessenger.h20 struct ceph_msg_data_cursor;
95 struct ceph_msg_data_cursor *cursor,
232 struct ceph_msg_data_cursor { struct
278 struct ceph_msg_data_cursor cursor;
412 struct ceph_msg_data_cursor in_cursor;
413 struct ceph_msg_data_cursor out_cursor;
535 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor,
537 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor,
539 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes);
/linux-master/net/ceph/
H A Dmessenger.c724 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor,
738 static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor,
750 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor,
780 static void ceph_msg_data_bvecs_cursor_init(struct ceph_msg_data_cursor *cursor,
793 static struct page *ceph_msg_data_bvecs_next(struct ceph_msg_data_cursor *cursor,
805 static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor,
831 static void ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor *cursor,
852 ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor,
867 static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor,
896 ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor *curso
[all...]
H A Dmessenger_v1.c468 struct ceph_msg_data_cursor *cursor = &msg->cursor;
997 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor;
1032 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor;
1069 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor;
1106 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor;
H A Dmessenger_v2.c859 static void get_bvec_at(struct ceph_msg_data_cursor *cursor,
894 static int calc_sg_cnt_cursor(struct ceph_msg_data_cursor *cursor)
946 struct ceph_msg_data_cursor *cursor, u8 *pad)
1007 struct ceph_msg_data_cursor cursor;
1090 struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor;
1931 struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor;
H A Dosd_client.c5747 static void advance_cursor(struct ceph_msg_data_cursor *cursor, size_t len,
5765 struct ceph_msg_data_cursor *cursor)
5851 struct ceph_msg_data_cursor *cursor,

Completed in 156 milliseconds