Searched refs:ceph_msg_new (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/ceph/ |
D | msgpool.c | 17 msg = ceph_msg_new(pool->type, pool->front_len, gfp_mask, true); in msgpool_alloc() 67 return ceph_msg_new(pool->type, front_len, GFP_NOFS, false); in ceph_msgpool_get()
|
D | mon_client.c | 699 req->request = ceph_msg_new(CEPH_MSG_STATFS, sizeof(*h), GFP_NOFS, in ceph_monc_do_statfs() 704 req->reply = ceph_msg_new(CEPH_MSG_STATFS_REPLY, 64, GFP_NOFS, true); in ceph_monc_do_statfs() 777 req->request = ceph_msg_new(CEPH_MSG_MON_GET_VERSION, in __ceph_monc_get_version() 783 req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 32, GFP_NOIO, in __ceph_monc_get_version() 899 req->request = ceph_msg_new(CEPH_MSG_MON_COMMAND, 256, GFP_NOIO, true); in ceph_monc_blacklist_add() 903 req->reply = ceph_msg_new(CEPH_MSG_MON_COMMAND_ACK, 512, GFP_NOIO, in ceph_monc_blacklist_add() 1046 monc->m_subscribe_ack = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE_ACK, in ceph_monc_init() 1052 monc->m_subscribe = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE, 128, in ceph_monc_init() 1057 monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096, in ceph_monc_init() 1062 monc->m_auth = ceph_msg_new(CEPH_MSG_AUTH, 4096, GFP_KERNEL, true); in ceph_monc_init() [all …]
|
D | osd_client.c | 638 msg = ceph_msg_new(CEPH_MSG_OSD_OP, msg_size, gfp, true); in ceph_osdc_alloc_messages() 653 msg = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, msg_size, gfp, true); in ceph_osdc_alloc_messages() 4082 msg = ceph_msg_new(CEPH_MSG_OSD_BACKOFF, msg_size, GFP_NOIO, true); in create_backoff_message() 5261 m = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, front_len, GFP_NOFS, in get_reply() 5298 m = ceph_msg_new(type, front_len, GFP_NOIO, false); in alloc_msg_with_page_vector()
|
D | messenger.c | 3358 struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, in ceph_msg_new() function 3404 EXPORT_SYMBOL(ceph_msg_new);
|
/Linux-v4.19/include/linux/ceph/ |
D | messenger.h | 384 extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
|
/Linux-v4.19/fs/ceph/ |
D | mds_client.c | 892 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h), GFP_NOFS, in create_session_msg() 960 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h) + extra_bytes, in create_session_open_msg() 1696 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPRELEASE, in ceph_send_cap_releases() 2074 msg = ceph_msg_new(CEPH_MSG_CLIENT_REQUEST, len, GFP_NOFS, false); in create_request_message() 3134 reply = ceph_msg_new(CEPH_MSG_CLIENT_RECONNECT, 0, GFP_NOFS, false); in send_mds_reconnect() 3506 msg = ceph_msg_new(CEPH_MSG_CLIENT_LEASE, len, GFP_NOFS, false); in ceph_mdsc_lease_send_msg() 4229 msg = ceph_msg_new(type, front_len, GFP_NOFS, false); in mds_alloc_msg()
|
D | caps.c | 1151 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, sizeof(*fc) + extra_len, in send_cap_msg()
|