Searched refs:ceph_msg_data_next (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/net/ceph/ |
D | messenger_v1.c | 498 page = ceph_msg_data_next(cursor, &page_offset, &length); in write_partial_message_data() 1011 page = ceph_msg_data_next(cursor, &page_offset, &length); in read_partial_msg_data() 1053 page = ceph_msg_data_next(cursor, &off, &len); in read_partial_msg_data_bounce()
|
D | messenger.c | 1020 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_next() function
|
D | messenger_v2.c | 865 page = ceph_msg_data_next(cursor, &off, &len); in get_bvec_at()
|
/Linux-v6.1/include/linux/ceph/ |
D | messenger.h | 499 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor,
|