Searched refs:CEPH_MSG_OSD_OP (Results 1 – 3 of 3) sorted by relevance
66 case CEPH_MSG_OSD_OP: return "osd_op"; in ceph_msg_type_name()
252 msg = ceph_msg_new(CEPH_MSG_OSD_OP, msg_size, gfp_flags); in ceph_osdc_alloc_request()258 msg->hdr.type = cpu_to_le16(CEPH_MSG_OSD_OP); in ceph_osdc_alloc_request()
140 #define CEPH_MSG_OSD_OP 42 macro