Searched refs:ceph_msg_data_next (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/net/ceph/ | 
| D | messenger_v1.c | 496 		page = ceph_msg_data_next(cursor, &page_offset, &length);  in write_partial_message_data() 1012 		page = ceph_msg_data_next(cursor, &off, &len);  in read_sparse_msg_extent() 1084 		page = ceph_msg_data_next(cursor, &page_offset, &length);  in read_partial_msg_data() 1126 		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()
  | 
| /Linux-v6.6/include/linux/ceph/ | 
| D | messenger.h | 537 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor,
  |