Home
last modified time | relevance | path

Searched refs:numops (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/ceph/
Dosd_client.c1748 unsigned int numops; in handle_reply() local
1797 numops = ceph_decode_32(&p); in handle_reply()
1798 if (numops > CEPH_OSD_MAX_OP) in handle_reply()
1800 if (numops != req->r_num_ops) in handle_reply()
1803 ceph_decode_need(&p, end, numops * sizeof(struct ceph_osd_op), bad_put); in handle_reply()
1804 for (i = 0; i < numops; i++) { in handle_reply()
1821 ceph_decode_need(&p, end, 4 + numops * 4, bad_put); in handle_reply()
1823 for (i = 0; i < numops; i++) in handle_reply()