Lines Matching defs:opcode
435 static bool osd_req_opcode_valid(u16 opcode) in osd_req_opcode_valid()
438 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return true; in osd_req_opcode_valid() argument
453 u16 opcode) in _osd_req_op_init()
468 unsigned int which, u16 opcode) in osd_req_op_init()
475 unsigned int which, u16 opcode, in osd_req_op_extent_init()
516 u16 opcode, const char *class, const char *method) in osd_req_op_cls_init()
552 u16 opcode, const char *name, const void *value, in osd_req_op_xattr_init()
585 unsigned int which, u16 opcode, in osd_req_op_watch_init()
758 int opcode, int flags, in ceph_osdc_new_request()
2321 u8 opcode = event_work->opcode; in do_event_work() local
2340 u8 opcode; in handle_watch_notify() local