Searched refs:ceph_msg_data_cursor (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ceph/ |
| H A D | messenger.h | 21 struct ceph_msg_data_cursor; 96 struct ceph_msg_data_cursor *cursor, 233 struct ceph_msg_data_cursor { struct 279 struct ceph_msg_data_cursor cursor; 413 struct ceph_msg_data_cursor in_cursor; 414 struct ceph_msg_data_cursor out_cursor; 537 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor, 539 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor, 541 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes);
|
| /linux/net/ceph/ |
| H A D | messenger.c | 725 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init() 739 static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_next() 751 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_advance() 781 static void ceph_msg_data_bvecs_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_cursor_init() 794 static struct page *ceph_msg_data_bvecs_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_next() 806 static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_advance() 832 static void ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_cursor_init() 853 ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_next() 868 static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_advance() 897 ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_cursor_init() [all …]
|
| H A D | messenger_v1.c | 464 struct ceph_msg_data_cursor *cursor = &msg->cursor; in write_partial_message_data() 993 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_sparse_msg_extent() 1028 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_sparse_msg_data() 1065 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data() 1102 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data_bounce()
|
| H A D | messenger_v2.c | 832 static void get_bvec_at(struct ceph_msg_data_cursor *cursor, in get_bvec_at() 867 static int calc_sg_cnt_cursor(struct ceph_msg_data_cursor *cursor) in calc_sg_cnt_cursor() 919 struct ceph_msg_data_cursor *cursor, u8 *pad) in init_sgs_cursor() 980 struct ceph_msg_data_cursor cursor; in setup_message_sgs() 1063 struct ceph_msg_data_cursor cursor; in process_v2_sparse_read() 1904 struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor; in prepare_sparse_read_cont()
|
| H A D | osd_client.c | 5699 static void advance_cursor(struct ceph_msg_data_cursor *cursor, size_t len, in advance_cursor() 5717 struct ceph_msg_data_cursor *cursor) in prep_next_sparse_read() 5803 struct ceph_msg_data_cursor *cursor, in osd_sparse_read()
|