Searched refs:ceph_msg_data_cursor (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ceph/ |
A D | messenger.h | 205 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/net/ceph/ |
A D | messenger.c | 715 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init() 742 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_advance() 803 static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_advance() 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() 931 ceph_msg_data_pagelist_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_next() 997 static void __ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor) in __ceph_msg_data_cursor_init() 1024 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_cursor_init() 1042 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_next() [all …]
|
A D | messenger_v1.c | 468 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()
|
A D | messenger_v2.c | 851 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()
|
Completed in 21 milliseconds