Searched refs:ceph_msg_new (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/ceph/
H A Dmon_client.c784 req->request = ceph_msg_new(CEPH_MSG_STATFS, sizeof(*h), GFP_NOFS,
789 req->reply = ceph_msg_new(CEPH_MSG_STATFS_REPLY, 64, GFP_NOFS, true);
862 req->request = ceph_msg_new(CEPH_MSG_MON_GET_VERSION,
868 req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 32, GFP_NOIO,
985 req->request = ceph_msg_new(CEPH_MSG_MON_COMMAND, 256, GFP_NOIO, true);
989 req->reply = ceph_msg_new(CEPH_MSG_MON_COMMAND_ACK, 512, GFP_NOIO,
1181 monc->m_subscribe_ack = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE_ACK,
1187 monc->m_subscribe = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE, 128,
1192 monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096,
1197 monc->m_auth = ceph_msg_new(CEPH_MSG_AUT
[all...]
H A Dmessenger.c1984 dout("ceph_msg_new can't allocate %d bytes\n",
2002 dout("ceph_msg_new %p front %d\n", m, front_len);
2020 struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, function
2025 EXPORT_SYMBOL(ceph_msg_new); variable
H A Dosd_client.c4390 msg = ceph_msg_new(CEPH_MSG_OSD_BACKOFF, msg_size, GFP_NOIO, true);
5494 m = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, front_len, GFP_NOFS,
/linux-master/fs/ceph/
H A Dmetric.c53 msg = ceph_msg_new(CEPH_MSG_CLIENT_METRICS, len, GFP_NOFS, true);
H A Dmds_client.c1446 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h), GFP_NOFS,
1586 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h) + extra_bytes,
2341 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPRELEASE,
5205 msg = ceph_msg_new(CEPH_MSG_CLIENT_LEASE, len, GFP_NOFS, false);
6133 msg = ceph_msg_new(type, front_len, GFP_NOFS, false);
H A Dcaps.c1539 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, cap_msg_size(arg), GFP_NOFS,
1610 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, cap_msg_size(&arg),
/linux-master/include/linux/ceph/
H A Dmessenger.h619 extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,

Completed in 152 milliseconds