Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/
Dmsgpool.c15 msg = ceph_msg_new(pool->type, pool->front_len, gfp_mask, true); in msgpool_alloc()
65 return ceph_msg_new(pool->type, front_len, GFP_NOFS, false); in ceph_msgpool_get()
Dmon_client.c594 req->request = ceph_msg_new(CEPH_MSG_STATFS, sizeof(*h), GFP_NOFS, in ceph_monc_do_statfs()
598 req->reply = ceph_msg_new(CEPH_MSG_STATFS_REPLY, 1024, GFP_NOFS, in ceph_monc_do_statfs()
674 req->request = ceph_msg_new(CEPH_MSG_MON_GET_VERSION, in ceph_monc_do_get_version()
682 req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 1024, in ceph_monc_do_get_version()
806 monc->m_subscribe_ack = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE_ACK, in ceph_monc_init()
812 monc->m_subscribe = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE, 96, GFP_NOFS, in ceph_monc_init()
817 monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096, GFP_NOFS, in ceph_monc_init()
822 monc->m_auth = ceph_msg_new(CEPH_MSG_AUTH, 4096, GFP_NOFS, true); in ceph_monc_init()
1046 m = ceph_msg_new(type, front_len, GFP_NOFS, false); in mon_alloc_msg()
1061 m = ceph_msg_new(type, front_len, GFP_NOFS, false); in mon_alloc_msg()
Dosd_client.c409 msg = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, in ceph_osdc_alloc_request()
421 msg = ceph_msg_new(CEPH_MSG_OSD_OP, msg_size, gfp_flags, true); in ceph_osdc_alloc_request()
2848 m = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, front_len, GFP_NOFS, in get_reply()
2900 return ceph_msg_new(type, front, GFP_NOFS, false); in alloc_msg()
Dmessenger.c3229 struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, in ceph_msg_new() function
3275 EXPORT_SYMBOL(ceph_msg_new);
/linux-4.1.27/include/linux/ceph/
Dmessenger.h295 extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
/linux-4.1.27/fs/ceph/
Dmds_client.c820 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h), GFP_NOFS, in create_session_msg()
863 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h) + metadata_bytes, in create_session_open_msg()
1461 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPRELEASE, PAGE_CACHE_SIZE, in ceph_add_cap_releases()
1919 msg = ceph_msg_new(CEPH_MSG_CLIENT_REQUEST, len, GFP_NOFS, false); in create_request_message()
2866 reply = ceph_msg_new(CEPH_MSG_CLIENT_RECONNECT, 0, GFP_NOFS, false); in send_mds_reconnect()
3212 msg = ceph_msg_new(CEPH_MSG_CLIENT_LEASE, len, GFP_NOFS, false); in ceph_mdsc_lease_send_msg()
3834 msg = ceph_msg_new(type, front_len, GFP_NOFS, false); in mds_alloc_msg()
Dcaps.c1004 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, sizeof(*fc) + extra_len, in send_cap_msg()