Home
last modified time | relevance | path

Searched refs:ceph_msg_new2 (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/ceph/
H A Dmsgpool.c17 msg = ceph_msg_new2(pool->type, pool->front_len, pool->max_data_items, in msgpool_alloc()
72 return ceph_msg_new2(pool->type, front_len, max_data_items, in ceph_msgpool_get()
H A Dmessenger.c3326 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items, in ceph_msg_new2() function
3380 EXPORT_SYMBOL(ceph_msg_new2); variable
3385 return ceph_msg_new2(type, front_len, 0, flags, can_fail); in ceph_msg_new()
H A Dosd_client.c610 msg = ceph_msg_new2(CEPH_MSG_OSD_OP, msg_size, in __ceph_osdc_alloc_messages()
627 msg = ceph_msg_new2(CEPH_MSG_OSD_OPREPLY, msg_size, in __ceph_osdc_alloc_messages()
5459 m = ceph_msg_new2(type, front_len, 1, GFP_NOIO, false); in alloc_msg_with_page_vector()
/kernel/linux/linux-6.6/net/ceph/
H A Dmsgpool.c17 msg = ceph_msg_new2(pool->type, pool->front_len, pool->max_data_items, in msgpool_alloc()
72 return ceph_msg_new2(pool->type, front_len, max_data_items, in ceph_msgpool_get()
H A Dmessenger.c1964 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items, in ceph_msg_new2() function
2018 EXPORT_SYMBOL(ceph_msg_new2); variable
2023 return ceph_msg_new2(type, front_len, 0, flags, can_fail); in ceph_msg_new()
H A Dosd_client.c637 msg = ceph_msg_new2(CEPH_MSG_OSD_OP, msg_size, in __ceph_osdc_alloc_messages()
654 msg = ceph_msg_new2(CEPH_MSG_OSD_OPREPLY, msg_size, in __ceph_osdc_alloc_messages()
5531 m = ceph_msg_new2(type, front_len, 1, GFP_NOIO, false); in alloc_msg_with_page_vector()
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dmessenger.h371 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dmessenger.h617 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
/kernel/linux/linux-5.10/fs/ceph/
H A Dmds_client.c2598 msg = ceph_msg_new2(CEPH_MSG_CLIENT_REQUEST, len, 1, GFP_NOFS, false); in create_request_message()
3632 reply = ceph_msg_new2(CEPH_MSG_CLIENT_RECONNECT, 0, 1, GFP_NOFS, false); in send_reconnect_partial()
3991 reply = ceph_msg_new2(CEPH_MSG_CLIENT_RECONNECT, 0, 1, GFP_NOFS, false); in send_mds_reconnect()
/kernel/linux/linux-6.6/fs/ceph/
H A Dmds_client.c2959 msg = ceph_msg_new2(CEPH_MSG_CLIENT_REQUEST, len, 1, GFP_NOFS, false); in create_request_message()
4198 reply = ceph_msg_new2(CEPH_MSG_CLIENT_RECONNECT, 0, 1, GFP_NOFS, false); in send_reconnect_partial()
4563 reply = ceph_msg_new2(CEPH_MSG_CLIENT_RECONNECT, 0, 1, GFP_NOFS, false); in send_mds_reconnect()

Completed in 41 milliseconds