Lines Matching defs:msg
34 struct ceph_msg *msg;
52 msg = ceph_msg_new(CEPH_MSG_CLIENT_METRICS, len, GFP_NOFS, true);
53 if (!msg) {
59 head = msg->front.iov_base;
175 msg->front.iov_len = len;
176 msg->hdr.version = cpu_to_le16(1);
177 msg->hdr.compat_version = cpu_to_le16(1);
178 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len);
179 ceph_con_send(&s->s_con, msg);