Lines Matching refs:num_ops
610 int num_ops; member
1066 ceph_wbc->num_ops = 0; in ceph_init_writeback_ctl()
1228 ceph_wbc->num_ops = 1; in ceph_allocate_page_array()
1248 return ceph_wbc->num_ops >= in is_num_ops_too_big()
1368 ceph_wbc->num_ops++; in ceph_process_folio_batch()
1384 ceph_wbc->num_ops--; in ceph_process_folio_batch()
1441 offset, &len, 0, ceph_wbc->num_ops, in ceph_submit_write()
1449 min(ceph_wbc->num_ops, in ceph_submit_write()
1577 BUG_ON(ceph_wbc->num_ops <= req->r_num_ops); in ceph_submit_write()
1578 ceph_wbc->num_ops -= req->r_num_ops; in ceph_submit_write()
1589 BUG_ON(ceph_wbc->num_ops != req->r_num_ops); in ceph_submit_write()