Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/ceph/
Dmessenger.h205 struct ceph_msg_data_cursor { struct
247 struct ceph_msg_data_cursor cursor;
376 struct ceph_msg_data_cursor in_cursor;
377 struct ceph_msg_data_cursor out_cursor;
493 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor,
495 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor,
498 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes);
/Linux-v5.15/net/ceph/
Dmessenger.c715 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init()
730 static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_next()
742 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_advance()
776 static void ceph_msg_data_bvecs_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_cursor_init()
791 static struct page *ceph_msg_data_bvecs_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_next()
803 static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_advance()
834 static void ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_cursor_init()
856 ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_next()
875 static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_advance()
906 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()
996 struct ceph_msg_data_cursor *cursor = &msg->cursor; in read_partial_msg_data()
Dmessenger_v2.c851 static void get_bvec_at(struct ceph_msg_data_cursor *cursor, in get_bvec_at()
889 static int calc_sg_cnt_cursor(struct ceph_msg_data_cursor *cursor) in calc_sg_cnt_cursor()
941 struct ceph_msg_data_cursor *cursor, u8 *pad) in init_sgs_cursor()
967 struct ceph_msg_data_cursor cursor; in setup_message_sgs()