Home
last modified time | relevance | path

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

/linux-6.15/include/linux/ceph/
H A Dceph_fs.h162 #define CEPH_MSG_OSD_OPREPLY 43 macro
/linux-6.15/net/ceph/
H A Dceph_common.c94 case CEPH_MSG_OSD_OPREPLY: return "osd_opreply"; in ceph_msg_type_name()
H A Dosd_client.c631 msg = ceph_msg_new2(CEPH_MSG_OSD_OPREPLY, msg_size, in __ceph_osdc_alloc_messages()
5226 err = ceph_msgpool_init(&osdc->msgpool_op_reply, CEPH_MSG_OSD_OPREPLY, in ceph_osdc_init()
5362 case CEPH_MSG_OSD_OPREPLY: in osd_dispatch()
5439 m = ceph_msg_new(CEPH_MSG_OSD_OPREPLY, front_len, GFP_NOFS, in get_reply()
5509 case CEPH_MSG_OSD_OPREPLY: in osd_alloc_msg()