ceph_msg_new2    2333 fs/ceph/mds_client.c 	msg = ceph_msg_new2(CEPH_MSG_CLIENT_REQUEST, len, 1, GFP_NOFS, false);
ceph_msg_new2    3271 fs/ceph/mds_client.c 	reply = ceph_msg_new2(CEPH_MSG_CLIENT_RECONNECT, 0, 1, GFP_NOFS, false);
ceph_msg_new2    3591 fs/ceph/mds_client.c 	reply = ceph_msg_new2(CEPH_MSG_CLIENT_RECONNECT, 0, 1, GFP_NOFS, false);
ceph_msg_new2     371 include/linux/ceph/messenger.h struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
ceph_msg_new2    3384 net/ceph/messenger.c EXPORT_SYMBOL(ceph_msg_new2);
ceph_msg_new2    3389 net/ceph/messenger.c 	return ceph_msg_new2(type, front_len, 0, flags, can_fail);
ceph_msg_new2      17 net/ceph/msgpool.c 	msg = ceph_msg_new2(pool->type, pool->front_len, pool->max_data_items,
ceph_msg_new2      72 net/ceph/msgpool.c 		return ceph_msg_new2(pool->type, front_len, max_data_items,
ceph_msg_new2     645 net/ceph/osd_client.c 		msg = ceph_msg_new2(CEPH_MSG_OSD_OP, msg_size,
ceph_msg_new2     662 net/ceph/osd_client.c 		msg = ceph_msg_new2(CEPH_MSG_OSD_OPREPLY, msg_size,
ceph_msg_new2    5510 net/ceph/osd_client.c 	m = ceph_msg_new2(type, front_len, 1, GFP_NOIO, false);