| 93 | } |
| 94 | |
| 95 | int cls_cxx_read(cls_method_context_t hctx, int ofs, int len, |
| 96 | ceph::buffer::list *outbl) |
| 97 | { |
| 98 | return cls_cxx_read2(hctx, ofs, len, outbl, 0); |
| 99 | } |
| 100 | |
| 101 | int cls_cxx_write(cls_method_context_t hctx, int ofs, int len, |
| 102 | ceph::buffer::list *inbl) |