Home
last modified time | relevance | path

Searched refs:ceph_msg_new2 (Results 1 – 3 of 3) sorted by relevance

/net/ceph/
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()
Dmessenger.c1906 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items, in ceph_msg_new2() function
1960 EXPORT_SYMBOL(ceph_msg_new2);
1965 return ceph_msg_new2(type, front_len, 0, flags, can_fail); in ceph_msg_new()
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()
5461 m = ceph_msg_new2(type, front_len, 1, GFP_NOIO, false); in alloc_msg_with_page_vector()