Searched refs:ceph_msg_new (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/ceph/ |
D | msgpool.c | 15 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()
|
D | mon_client.c | 610 req->request = ceph_msg_new(CEPH_MSG_STATFS, sizeof(*h), GFP_NOFS, in ceph_monc_do_statfs() 614 req->reply = ceph_msg_new(CEPH_MSG_STATFS_REPLY, 1024, GFP_NOFS, in ceph_monc_do_statfs() 690 req->request = ceph_msg_new(CEPH_MSG_MON_GET_VERSION, in ceph_monc_do_get_version() 698 req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 1024, in ceph_monc_do_get_version() 834 monc->m_subscribe_ack = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE_ACK, in ceph_monc_init() 840 monc->m_subscribe = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE, 96, GFP_NOFS, in ceph_monc_init() 845 monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096, GFP_NOFS, in ceph_monc_init() 850 monc->m_auth = ceph_msg_new(CEPH_MSG_AUTH, 4096, GFP_NOFS, true); in ceph_monc_init() 1074 m = ceph_msg_new(type, front_len, GFP_NOFS, false); in mon_alloc_msg() 1089 m = ceph_msg_new(type, front_len, GFP_NOFS, false); in mon_alloc_msg()
|
D | osd_client.c | 415 msg = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, in ceph_osdc_alloc_request() 427 msg = ceph_msg_new(CEPH_MSG_OSD_OP, msg_size, gfp_flags, true); in ceph_osdc_alloc_request() 2859 m = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, front_len, GFP_NOFS, in get_reply() 2896 return ceph_msg_new(type, front, GFP_NOFS, false); in alloc_msg()
|
D | messenger.c | 3264 struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, in ceph_msg_new() function 3310 EXPORT_SYMBOL(ceph_msg_new);
|
/linux-4.4.14/include/linux/ceph/ |
D | messenger.h | 294 extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
|
/linux-4.4.14/fs/ceph/ |
D | mds_client.c | 840 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h), GFP_NOFS, in create_session_msg() 883 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h) + metadata_bytes, in create_session_open_msg() 1604 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPRELEASE, in ceph_send_cap_releases() 1959 msg = ceph_msg_new(CEPH_MSG_CLIENT_REQUEST, len, GFP_NOFS, false); in create_request_message() 2926 reply = ceph_msg_new(CEPH_MSG_CLIENT_RECONNECT, 0, GFP_NOFS, false); in send_mds_reconnect() 3274 msg = ceph_msg_new(CEPH_MSG_CLIENT_LEASE, len, GFP_NOFS, false); in ceph_mdsc_lease_send_msg() 3935 msg = ceph_msg_new(type, front_len, GFP_NOFS, false); in mds_alloc_msg()
|
D | caps.c | 1017 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, sizeof(*fc) + extra_len, in send_cap_msg()
|