Searched refs:ceph_msg_data_cursor (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ceph/ |
A 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-6.3-rc2/net/ceph/ |
A D | messenger.c | 724 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init() 750 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_advance() 805 static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_advance() 852 ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_next() 867 static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_advance() 896 ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_cursor_init() 920 ceph_msg_data_pagelist_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_next() 980 static void __ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor) in __ceph_msg_data_cursor_init() 1007 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_cursor_init() 1025 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_next() [all …]
|
A D | messenger_v1.c | 465 struct ceph_msg_data_cursor *cursor = &msg->cursor; in write_partial_message_data() 992 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data() 1029 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data_bounce()
|
A D | messenger_v2.c | 851 static void get_bvec_at(struct ceph_msg_data_cursor *cursor, in get_bvec_at() 886 static int calc_sg_cnt_cursor(struct ceph_msg_data_cursor *cursor) in calc_sg_cnt_cursor() 938 struct ceph_msg_data_cursor *cursor, u8 *pad) in init_sgs_cursor() 964 struct ceph_msg_data_cursor cursor; in setup_message_sgs()
|
Completed in 16 milliseconds