Searched refs:ceph_msg_data_cursor (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/linux/ceph/ |
D | messenger.h | 205 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-v6.1/net/ceph/ |
D | messenger.c | 719 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 …]
|
D | messenger_v1.c | 468 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()
|
D | messenger_v2.c | 852 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()
|