Lines Matching defs:num_ops
546 unsigned int num_ops,
553 BUG_ON(num_ops > CEPH_OSD_SLAB_OPS);
555 } else if (num_ops <= CEPH_OSD_SLAB_OPS) {
558 BUG_ON(num_ops > CEPH_OSD_MAX_OPS);
559 req = kmalloc_flex(*req, r_ops, num_ops, gfp_flags);
567 req->r_num_ops = num_ops;
1059 unsigned int which, int num_ops,
1077 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool,
1116 if (num_ops > 1) {
1125 num_req_ops = num_ops;
1129 num_rep_ops = num_ops;
3660 int num_ops;
3695 ceph_decode_32_safe(&p, end, m->num_ops, e_inval);
3696 if (m->num_ops > ARRAY_SIZE(m->outdata_len))
3699 ceph_decode_need(&p, end, m->num_ops * sizeof(struct ceph_osd_op),
3701 for (i = 0; i < m->num_ops; i++) {
3709 for (i = 0; i < m->num_ops; i++)
3839 if (m.num_ops != req->r_num_ops) {
3840 pr_err("num_ops %d != %d for tid %llu\n", m.num_ops,