Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
A 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/net/ceph/
A Dmessenger.c715 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 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()
A 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()

Completed in 21 milliseconds