Symbol: ceph_msg_new
fs/ceph/caps.c
1527
msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, cap_msg_size(arg), GFP_NOFS,
fs/ceph/caps.c
1598
msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, cap_msg_size(&arg),
fs/ceph/mds_client.c
1448
msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h), GFP_NOFS,
fs/ceph/mds_client.c
1588
msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h) + extra_bytes,
fs/ceph/mds_client.c
2335
msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPRELEASE,
fs/ceph/mds_client.c
5365
msg = ceph_msg_new(CEPH_MSG_CLIENT_LEASE, len, GFP_NOFS, false);
fs/ceph/mds_client.c
6488
msg = ceph_msg_new(type, front_len, GFP_NOFS, false);
fs/ceph/metric.c
53
msg = ceph_msg_new(CEPH_MSG_CLIENT_METRICS, len, GFP_NOFS, true);
include/linux/ceph/messenger.h
621
extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
net/ceph/messenger.c
2026
EXPORT_SYMBOL(ceph_msg_new);
net/ceph/mon_client.c
1188
monc->m_subscribe_ack = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE_ACK,
net/ceph/mon_client.c
1194
monc->m_subscribe = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE, 128,
net/ceph/mon_client.c
1199
monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096,
net/ceph/mon_client.c
1204
monc->m_auth = ceph_msg_new(CEPH_MSG_AUTH, 4096, GFP_KERNEL, true);
net/ceph/mon_client.c
1528
m = ceph_msg_new(type, front_len, GFP_NOFS, false);
net/ceph/mon_client.c
1543
m = ceph_msg_new(type, front_len, GFP_NOFS, false);
net/ceph/mon_client.c
784
req->request = ceph_msg_new(CEPH_MSG_STATFS, sizeof(*h), GFP_NOFS,
net/ceph/mon_client.c
789
req->reply = ceph_msg_new(CEPH_MSG_STATFS_REPLY, 64, GFP_NOFS, true);
net/ceph/mon_client.c
862
req->request = ceph_msg_new(CEPH_MSG_MON_GET_VERSION,
net/ceph/mon_client.c
868
req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 32, GFP_NOIO,
net/ceph/mon_client.c
985
req->request = ceph_msg_new(CEPH_MSG_MON_COMMAND, 256, GFP_NOIO, true);
net/ceph/mon_client.c
989
req->reply = ceph_msg_new(CEPH_MSG_MON_COMMAND_ACK, 512, GFP_NOIO,
net/ceph/osd_client.c
4376
msg = ceph_msg_new(CEPH_MSG_OSD_BACKOFF, msg_size, GFP_NOIO, true);
net/ceph/osd_client.c
5446
m = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, front_len, GFP_NOFS,