Searched refs:ceph_msg_data_next (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/include/linux/ceph/ |
| D | messenger.h | 495 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor,
|
| /Linux-v5.15/net/ceph/ |
| D | messenger_v1.c | 498 page = ceph_msg_data_next(cursor, &page_offset, &length, NULL); in write_partial_message_data() 1015 page = ceph_msg_data_next(cursor, &page_offset, &length, NULL); in read_partial_msg_data()
|
| D | messenger.c | 1042 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_next() function
|
| D | messenger_v2.c | 864 page = ceph_msg_data_next(cursor, &off, &len, NULL); in get_bvec_at()
|