Lines Matching defs:opcode
441 static bool osd_req_opcode_valid(u16 opcode) in osd_req_opcode_valid()
444 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return true; in osd_req_opcode_valid() argument
459 u16 opcode, u32 flags) in _osd_req_op_init()
475 unsigned int which, u16 opcode, u32 flags) in osd_req_op_init()
482 unsigned int which, u16 opcode, in osd_req_op_extent_init()
525 u16 opcode, const char *class, const char *method) in osd_req_op_cls_init()
562 u16 opcode, const char *name, const void *value, in osd_req_op_xattr_init()
596 unsigned int which, u16 opcode, in osd_req_op_watch_init()
774 int opcode, int flags, in ceph_osdc_new_request()
2335 u8 opcode = event_work->opcode; in do_event_work() local
2354 u8 opcode; in handle_watch_notify() local