ceph_msg_new 1156 fs/ceph/caps.c msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, sizeof(*fc) + extra_len, ceph_msg_new 1035 fs/ceph/mds_client.c msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h), GFP_NOFS, ceph_msg_new 1103 fs/ceph/mds_client.c msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h) + extra_bytes, ceph_msg_new 1882 fs/ceph/mds_client.c msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPRELEASE, ceph_msg_new 3980 fs/ceph/mds_client.c msg = ceph_msg_new(CEPH_MSG_CLIENT_LEASE, len, GFP_NOFS, false); ceph_msg_new 4759 fs/ceph/mds_client.c msg = ceph_msg_new(type, front_len, GFP_NOFS, false); ceph_msg_new 373 include/linux/ceph/messenger.h extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, ceph_msg_new 3391 net/ceph/messenger.c EXPORT_SYMBOL(ceph_msg_new); ceph_msg_new 711 net/ceph/mon_client.c req->request = ceph_msg_new(CEPH_MSG_STATFS, sizeof(*h), GFP_NOFS, ceph_msg_new 716 net/ceph/mon_client.c req->reply = ceph_msg_new(CEPH_MSG_STATFS_REPLY, 64, GFP_NOFS, true); ceph_msg_new 789 net/ceph/mon_client.c req->request = ceph_msg_new(CEPH_MSG_MON_GET_VERSION, ceph_msg_new 795 net/ceph/mon_client.c req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 32, GFP_NOIO, ceph_msg_new 911 net/ceph/mon_client.c req->request = ceph_msg_new(CEPH_MSG_MON_COMMAND, 256, GFP_NOIO, true); ceph_msg_new 915 net/ceph/mon_client.c req->reply = ceph_msg_new(CEPH_MSG_MON_COMMAND_ACK, 512, GFP_NOIO, ceph_msg_new 1067 net/ceph/mon_client.c monc->m_subscribe_ack = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE_ACK, ceph_msg_new 1073 net/ceph/mon_client.c monc->m_subscribe = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE, 128, ceph_msg_new 1078 net/ceph/mon_client.c monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096, ceph_msg_new 1083 net/ceph/mon_client.c monc->m_auth = ceph_msg_new(CEPH_MSG_AUTH, 4096, GFP_KERNEL, true); ceph_msg_new 1318 net/ceph/mon_client.c m = ceph_msg_new(type, front_len, GFP_NOFS, false); ceph_msg_new 1333 net/ceph/mon_client.c m = ceph_msg_new(type, front_len, GFP_NOFS, false); ceph_msg_new 4194 net/ceph/osd_client.c msg = ceph_msg_new(CEPH_MSG_OSD_BACKOFF, msg_size, GFP_NOIO, true); ceph_msg_new 5476 net/ceph/osd_client.c m = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, front_len, GFP_NOFS,