Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ceph/
Dmessenger.h205 struct ceph_msg_data_cursor { struct
246 struct ceph_msg_data_cursor cursor;
375 struct ceph_msg_data_cursor in_cursor;
376 struct ceph_msg_data_cursor out_cursor;
497 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor,
499 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor,
501 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes);
/linux-6.1.9/net/ceph/
Dmessenger.c719 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init()
733 static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_next()
745 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_advance()
775 static void ceph_msg_data_bvecs_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_cursor_init()
788 static struct page *ceph_msg_data_bvecs_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_next()
800 static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_advance()
826 static void ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_cursor_init()
847 ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_next()
862 static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_advance()
891 ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_cursor_init()
[all …]
Dmessenger_v1.c468 struct ceph_msg_data_cursor *cursor = &msg->cursor; in write_partial_message_data()
995 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data()
1032 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data_bounce()
Dmessenger_v2.c852 static void get_bvec_at(struct ceph_msg_data_cursor *cursor, in get_bvec_at()
890 static int calc_sg_cnt_cursor(struct ceph_msg_data_cursor *cursor) in calc_sg_cnt_cursor()
942 struct ceph_msg_data_cursor *cursor, u8 *pad) in init_sgs_cursor()
968 struct ceph_msg_data_cursor cursor; in setup_message_sgs()