Searched refs:ceph_msg_header (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/include/linux/ceph/ |
D | messenger.h | 50 struct ceph_msg_header *hdr, 266 struct ceph_msg_header hdr; /* header */ 351 struct ceph_msg_header in_hdr; 355 struct ceph_msg_header out_hdr; 550 struct ceph_msg_header *hdr, int *skip);
|
D | msgr.h | 172 struct ceph_msg_header { struct
|
/linux-6.6.21/net/ceph/ |
D | messenger_v1.c | 233 crc = crc32c(0, &m->hdr, offsetof(struct ceph_msg_header, crc)); in prepare_write_message() 1168 crc = crc32c(0, &con->v1.in_hdr, offsetof(struct ceph_msg_header, crc)); in read_partial_message() 1598 sizeof(struct ceph_msg_header) - in ceph_con_v1_revoke_incoming()
|
D | mon_client.c | 707 struct ceph_msg_header *hdr, in get_generic_reply() 1485 struct ceph_msg_header *hdr, in mon_alloc_msg()
|
D | messenger_v2.c | 603 static void fill_header(struct ceph_msg_header *hdr, in fill_header() 624 const struct ceph_msg_header *hdr, u64 ack_seq) in fill_header2() 2865 struct ceph_msg_header hdr; in process_message_header()
|
D | osd_client.c | 5459 struct ceph_msg_header *hdr, in get_reply() 5524 static struct ceph_msg *alloc_msg_with_page_vector(struct ceph_msg_header *hdr) in alloc_msg_with_page_vector() 5552 struct ceph_msg_header *hdr, in osd_alloc_msg()
|
D | messenger.c | 2066 struct ceph_msg_header *hdr, int *skip) in ceph_con_in_msg_alloc()
|
/linux-6.6.21/fs/ceph/ |
D | mds_client.c | 5914 struct ceph_msg_header *hdr, int *skip) in mds_alloc_msg()
|