ceph_msg_new2
msg = ceph_msg_new2(CEPH_MSG_CLIENT_REQUEST, len, 1, GFP_NOFS, false);
reply = ceph_msg_new2(CEPH_MSG_CLIENT_RECONNECT, 0, 1, GFP_NOFS, false);
reply = ceph_msg_new2(CEPH_MSG_CLIENT_RECONNECT, 0, 1, GFP_NOFS, false);
struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
EXPORT_SYMBOL(ceph_msg_new2);
return ceph_msg_new2(type, front_len, 0, flags, can_fail);
msg = ceph_msg_new2(pool->type, pool->front_len, pool->max_data_items,
return ceph_msg_new2(pool->type, front_len, max_data_items,
m = ceph_msg_new2(type, front_len, 1, GFP_NOIO, false);
msg = ceph_msg_new2(CEPH_MSG_OSD_OP, msg_size,
msg = ceph_msg_new2(CEPH_MSG_OSD_OPREPLY, msg_size,