Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dceph_fs.h150 #define CEPH_MSG_OSD_OPREPLY 43 macro
/linux-4.4.14/net/ceph/
Dosd_client.c415 msg = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, in ceph_osdc_alloc_request()
2649 err = ceph_msgpool_init(&osdc->msgpool_op_reply, CEPH_MSG_OSD_OPREPLY, in ceph_osdc_init()
2810 case CEPH_MSG_OSD_OPREPLY: in dispatch()
2859 m = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, front_len, GFP_NOFS, in get_reply()
2897 case CEPH_MSG_OSD_OPREPLY: in alloc_msg()
Dceph_common.c88 case CEPH_MSG_OSD_OPREPLY: return "osd_opreply"; in ceph_msg_type_name()