Lines Matching refs:num_ops
1410 struct ceph_snap_context *snapc, int num_ops) in __rbd_obj_add_osd_request() argument
1419 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, GFP_NOIO); in __rbd_obj_add_osd_request()
1444 rbd_obj_add_osd_request(struct rbd_obj_request *obj_req, int num_ops) in rbd_obj_add_osd_request() argument
1447 num_ops); in rbd_obj_add_osd_request()
2041 int num_ops = 1; in rbd_object_map_update() local
2049 num_ops++; /* assert_locked */ in rbd_object_map_update()
2052 req = ceph_osdc_alloc_request(osdc, NULL, num_ops, false, GFP_NOIO); in rbd_object_map_update()
2950 int num_ops = count_write_ops(obj_req); in rbd_obj_write_object() local
2955 num_ops++; /* stat */ in rbd_obj_write_object()
2957 osd_req = rbd_obj_add_osd_request(obj_req, num_ops); in rbd_obj_write_object()
3028 int num_ops = count_write_ops(obj_req); in rbd_obj_copyup_current_snapc() local
3035 num_ops++; /* copyup */ in rbd_obj_copyup_current_snapc()
3037 osd_req = rbd_obj_add_osd_request(obj_req, num_ops); in rbd_obj_copyup_current_snapc()