Home
last modified time | relevance | path

Searched refs:ceph_msg_header (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dmessenger.h48 struct ceph_msg_header *hdr,
217 struct ceph_msg_header hdr; /* header */
296 struct ceph_msg_header out_hdr;
312 struct ceph_msg_header in_hdr;
H A Dmsgr.h144 struct ceph_msg_header { struct
/OK3568_Linux_fs/kernel/net/ceph/
H A Dmon_client.c634 struct ceph_msg_header *hdr, in get_generic_reply()
1318 struct ceph_msg_header *hdr, in mon_alloc_msg()
H A Dmessenger.c1310 crc = crc32c(0, &m->hdr, offsetof(struct ceph_msg_header, crc)); in prepare_write_message()
2377 crc = crc32c(0, &con->in_hdr, offsetof(struct ceph_msg_header, crc)); in read_partial_message()
3194 sizeof(struct ceph_msg_header) - in ceph_msg_revoke_incoming()
3429 struct ceph_msg_header *hdr = &con->in_hdr; in ceph_con_in_msg_alloc()
H A Dosd_client.c5383 struct ceph_msg_header *hdr, in get_reply()
5444 static struct ceph_msg *alloc_msg_with_page_vector(struct ceph_msg_header *hdr) in alloc_msg_with_page_vector()
5472 struct ceph_msg_header *hdr, in alloc_msg()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmds_client.c5219 struct ceph_msg_header *hdr, int *skip) in mds_alloc_msg()