Searched refs:ceph_msg_header (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ceph/ |
D | messenger.h | 43 struct ceph_msg_header *hdr, 149 struct ceph_msg_header hdr; /* header */ 227 struct ceph_msg_header out_hdr; 241 struct ceph_msg_header in_hdr;
|
D | msgr.h | 141 struct ceph_msg_header { struct
|
/linux-4.1.27/net/ceph/ |
D | mon_client.c | 479 struct ceph_msg_header *hdr, in get_generic_reply() 1015 struct ceph_msg_header *hdr, in mon_alloc_msg()
|
D | messenger.c | 1309 crc = crc32c(0, &m->hdr, offsetof(struct ceph_msg_header, crc)); in prepare_write_message() 2311 crc = crc32c(0, &con->in_hdr, offsetof(struct ceph_msg_header, crc)); in read_partial_message() 3113 sizeof(struct ceph_msg_header) - in ceph_msg_revoke_incoming() 3317 struct ceph_msg_header *hdr = &con->in_hdr; in ceph_con_in_msg_alloc()
|
D | osd_client.c | 2816 struct ceph_msg_header *hdr, in get_reply() 2889 struct ceph_msg_header *hdr, in alloc_msg()
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.c | 3824 struct ceph_msg_header *hdr, int *skip) in mds_alloc_msg()
|