Lines Matching refs:num_ops
1472 struct ceph_snap_context *snapc, int num_ops) in __rbd_obj_add_osd_request() argument
1481 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, GFP_NOIO); in __rbd_obj_add_osd_request()
1506 rbd_obj_add_osd_request(struct rbd_obj_request *obj_req, int num_ops) in rbd_obj_add_osd_request() argument
1509 num_ops); in rbd_obj_add_osd_request()
2103 int num_ops = 1; in rbd_object_map_update() local
2111 num_ops++; /* assert_locked */ in rbd_object_map_update()
2114 req = ceph_osdc_alloc_request(osdc, NULL, num_ops, false, GFP_NOIO); in rbd_object_map_update()
3012 int num_ops = count_write_ops(obj_req); in rbd_obj_write_object() local
3017 num_ops++; /* stat */ in rbd_obj_write_object()
3019 osd_req = rbd_obj_add_osd_request(obj_req, num_ops); in rbd_obj_write_object()
3091 int num_ops = count_write_ops(obj_req); in rbd_obj_copyup_current_snapc() local
3098 num_ops++; /* copyup */ in rbd_obj_copyup_current_snapc()
3100 osd_req = rbd_obj_add_osd_request(obj_req, num_ops); in rbd_obj_copyup_current_snapc()