Lines Matching defs:msg
21 struct ceph_msg *msg;
30 msg = ceph_msg_new(CEPH_MSG_CLIENT_METRICS, len, GFP_NOFS, true);
31 if (!msg) {
37 head = msg->front.iov_base;
87 msg->front.iov_len = len;
88 msg->hdr.version = cpu_to_le16(1);
89 msg->hdr.compat_version = cpu_to_le16(1);
90 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len);
93 ceph_con_send(&s->s_con, msg);