Symbol: ceph_msg_data_cursor
include/linux/ceph/messenger.h
21
struct ceph_msg_data_cursor;
include/linux/ceph/messenger.h
279
struct ceph_msg_data_cursor cursor;
include/linux/ceph/messenger.h
413
struct ceph_msg_data_cursor in_cursor;
include/linux/ceph/messenger.h
414
struct ceph_msg_data_cursor out_cursor;
include/linux/ceph/messenger.h
537
void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor,
include/linux/ceph/messenger.h
539
struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor,
include/linux/ceph/messenger.h
541
void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes);
include/linux/ceph/messenger.h
96
struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
1013
static bool ceph_msg_data_iter_advance(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
1037
static void __ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor)
net/ceph/messenger.c
1067
void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
1086
struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
1127
void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes)
net/ceph/messenger.c
725
static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
739
static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
751
static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
781
static void ceph_msg_data_bvecs_cursor_init(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
794
static struct page *ceph_msg_data_bvecs_next(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
806
static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
832
static void ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
853
ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
868
static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
897
ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
921
ceph_msg_data_pagelist_next(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
941
static bool ceph_msg_data_pagelist_advance(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
973
static void ceph_msg_data_iter_cursor_init(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger.c
984
static struct page *ceph_msg_data_iter_next(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger_v1.c
1028
struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor;
net/ceph/messenger_v1.c
1065
struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor;
net/ceph/messenger_v1.c
1102
struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor;
net/ceph/messenger_v1.c
464
struct ceph_msg_data_cursor *cursor = &msg->cursor;
net/ceph/messenger_v1.c
993
struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor;
net/ceph/messenger_v2.c
1062
struct ceph_msg_data_cursor cursor;
net/ceph/messenger_v2.c
1903
struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor;
net/ceph/messenger_v2.c
831
static void get_bvec_at(struct ceph_msg_data_cursor *cursor,
net/ceph/messenger_v2.c
866
static int calc_sg_cnt_cursor(struct ceph_msg_data_cursor *cursor)
net/ceph/messenger_v2.c
918
struct ceph_msg_data_cursor *cursor, u8 *pad)
net/ceph/messenger_v2.c
979
struct ceph_msg_data_cursor cursor;
net/ceph/osd_client.c
5699
static void advance_cursor(struct ceph_msg_data_cursor *cursor, size_t len,
net/ceph/osd_client.c
5717
struct ceph_msg_data_cursor *cursor)
net/ceph/osd_client.c
5803
struct ceph_msg_data_cursor *cursor,