Searched refs:ceph_msg_new2 (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ceph/ |
| A D | msgpool.c | 17 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()
|
| A D | messenger.c | 1905 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items, in ceph_msg_new2() function 1959 EXPORT_SYMBOL(ceph_msg_new2); 1964 return ceph_msg_new2(type, front_len, 0, flags, can_fail); in ceph_msg_new()
|
| A D | osd_client.c | 647 msg = ceph_msg_new2(CEPH_MSG_OSD_OP, msg_size, in __ceph_osdc_alloc_messages() 664 msg = ceph_msg_new2(CEPH_MSG_OSD_OPREPLY, msg_size, in __ceph_osdc_alloc_messages() 5475 m = ceph_msg_new2(type, front_len, 1, GFP_NOIO, false); in alloc_msg_with_page_vector()
|
| /linux/include/linux/ceph/ |
| A D | messenger.h | 574 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
|
| /linux/fs/ceph/ |
| A D | mds_client.c | 2491 msg = ceph_msg_new2(CEPH_MSG_CLIENT_REQUEST, len, 1, GFP_NOFS, false); in create_request_message() 3581 reply = ceph_msg_new2(CEPH_MSG_CLIENT_RECONNECT, 0, 1, GFP_NOFS, false); in send_reconnect_partial() 3940 reply = ceph_msg_new2(CEPH_MSG_CLIENT_RECONNECT, 0, 1, GFP_NOFS, false); in send_mds_reconnect()
|
Completed in 29 milliseconds