Searched refs:numops (Results 1 – 1 of 1) sorted by relevance
1762 unsigned int numops; in handle_reply() local1811 numops = ceph_decode_32(&p); in handle_reply()1812 if (numops > CEPH_OSD_MAX_OP) in handle_reply()1814 if (numops != req->r_num_ops) in handle_reply()1817 ceph_decode_need(&p, end, numops * sizeof(struct ceph_osd_op), bad_put); in handle_reply()1818 for (i = 0; i < numops; i++) { in handle_reply()1835 ceph_decode_need(&p, end, 4 + numops * 4, bad_put); in handle_reply()1837 for (i = 0; i < numops; i++) in handle_reply()