Searched refs:ceph_msg_data_next (Results 1 – 4 of 4) sorted by relevance
/net/ceph/ |
D | messenger_v1.c | 497 page = ceph_msg_data_next(cursor, &page_offset, &length); in write_partial_message_data() 1013 page = ceph_msg_data_next(cursor, &off, &len); in read_partial_sparse_msg_extent() 1085 page = ceph_msg_data_next(cursor, &page_offset, &length); in read_partial_msg_data() 1127 page = ceph_msg_data_next(cursor, &off, &len); in read_partial_msg_data_bounce()
|
D | messenger.c | 1085 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_next() function
|
D | messenger_v2.c | 876 page = ceph_msg_data_next(cursor, &off, &len); in get_bvec_at()
|
D | osd_client.c | 5754 page = ceph_msg_data_next(cursor, &poff, &plen); in advance_cursor()
|