Searched refs:ceph_msg_data_cursor (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/linux/ceph/ |
| H A D | messenger.h | 20 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-6.15/net/ceph/ |
| H A D | messenger.c | 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() 1012 static bool ceph_msg_data_iter_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_iter_advance() 1036 static void __ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor) in __ceph_msg_data_cursor_init() 1066 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_cursor_init() 1085 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_next() [all …]
|
| H A D | messenger_v1.c | 468 struct ceph_msg_data_cursor *cursor = &msg->cursor; in write_partial_message_data() 997 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_sparse_msg_extent() 1032 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_sparse_msg_data() 1069 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data() 1106 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data_bounce()
|
| H A D | messenger_v2.c | 859 static void get_bvec_at(struct ceph_msg_data_cursor *cursor, in get_bvec_at() 894 static int calc_sg_cnt_cursor(struct ceph_msg_data_cursor *cursor) in calc_sg_cnt_cursor() 946 struct ceph_msg_data_cursor *cursor, u8 *pad) in init_sgs_cursor() 1007 struct ceph_msg_data_cursor cursor; in setup_message_sgs() 1090 struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor; in process_v2_sparse_read() 1931 struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor; in prepare_sparse_read_cont()
|
| H A D | osd_client.c | 5692 static void advance_cursor(struct ceph_msg_data_cursor *cursor, size_t len, in advance_cursor() 5710 struct ceph_msg_data_cursor *cursor) in prep_next_sparse_read() 5796 struct ceph_msg_data_cursor *cursor, in osd_sparse_read()
|