Searched refs:image (Results 1 – 14 of 14) sorted by relevance
| /spdk/module/bdev/rbd/ |
| H A D | bdev_rbd.c | 53 rbd_image_t image; member 102 rc = rbd_get_size(rbd->image, ¤t_size_in_bytes); in _rbd_update_callback() 186 if (rbd->image) { in bdev_rbd_free() 187 rbd_update_unwatch(rbd->image, rbd->rbd_watch_handle); in bdev_rbd_free() 188 rbd_flush(rbd->image); in bdev_rbd_free() 189 rbd_close(rbd->image); in bdev_rbd_free() 429 rc = rbd_open(*io_ctx, rbd->rbd_name, &rbd->image, NULL); in bdev_rbd_init_context() 435 rc = rbd_update_watch(rbd->image, &rbd->rbd_watch_handle, rbd_update_callback, (void *)rbd); in bdev_rbd_init_context() 440 rc = rbd_stat(rbd->image, &rbd->info, sizeof(rbd->info)); in bdev_rbd_init_context() 538 rbd_image_t image = disk->image; in _bdev_rbd_start_aio() local [all …]
|
| /spdk/scripts/ceph/ |
| H A D | start.sh | 19 image=/var/tmp/ceph_raw.img 33 if [ ! -e $image ]; then 34 fallocate -l 4G $image 38 losetup ${dev} ${image} || true
|
| H A D | stop.sh | 9 image=${base_dir}/ceph_raw.img
|
| /spdk/docker/build_base/ |
| H A D | Dockerfile | 45 # We are doing a multi-stage build here. This means that previous image, 47 # image can be then manually removed (--force-rm doesn't work here. Go 64 # Wrap up the image
|
| /spdk/doc/ |
| H A D | stylesheet.css | 203 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(… 204 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); 549 background-image:url('nav_f.png'); 574 background-image:url('nav_g.png'); 781 background-image:url('folderopen.png'); 792 background-image:url('folderclosed.png'); 803 background-image:url('doc.png'); 896 background-image:url('nav_f.png'); 918 background-image: url('tab_b.png'); 927 background-image:url('tab_b.png'); [all …]
|
| H A D | two.min.js | 122 texture:{render:function(d,a){a||this._update();a={};var g={x:0,y:0},e=this.image;if(this._flagLoad… 123 …le||this._flagLoaded)this._renderer.image?l.isEmpty(g)||h.setAttributes(this._renderer.image,g):th… 124 …s._renderer.elem&&this._renderer.image&&!this._renderer.appended&&(this._renderer.elem.appendChild… 137 …image;if(!this._renderer.effect||(this._flagLoaded||this._flagImage||this._flagVideo||this._flagRe… 165 …{render:function(a,d){if(a.canvas.getContext("2d")){this._update();d=this.image;if(!this._renderer… 242 …image=d);this._update()};k.extend(h,{Properties:["src","loaded","repeat"],ImageRegistry:new c.Regi… 243 …image.removeEventListener("load",a,!1);d.image.removeEventListener("error",g,!1);k.isFunction(e)&&… 244 …image.getAttribute("two-src")||(d.image.setAttribute("two-src",d.src),h.ImageRegistry.add(d.src,d.… 245 …image.addEventListener("canplaythrough",a,!1);d.image.addEventListener("error",g,!1);d.image&&d.im… 246 d=c.image.nodeName.toLowerCase(),h.Register[d](c,e))},FlagOffset:function(){this._flagOffset=!0},Fl… [all …]
|
| H A D | containers.md | 47 6. Create your image 49 `sudo docker image build -t hello:1.0 .`
|
| H A D | vhost.md | 179 Second, ensure QEMU boots from the virtual machine image and not the 180 SPDK malloc block device by specifying bootindex=0 for the boot image. 327 more I/O queues than vCPUs, check that your OS image supports that configuration.
|
| H A D | blob.md | 375 It is important to understand the chain above when considering strategies to use a golden image from 379 Using a single snapshot means the data originally referenced by the golden image is always one hop
|
| /spdk/docker/ |
| H A D | README.md | 44 The `build_base` image provides the core components required to containerize SPDK 45 applications. The fedora:35 image from the Fedora Container Registry is used and then SPDK is insta… 46 See `build_base` folder for details on what's included in the final image.
|
| /spdk/test/vhost/windows/ |
| H A D | windows_scsi_compliance.sh | 42 vm-image-path=*) WINDOWS_IMG="${OPTARG#*=}" ;;
|
| /spdk/test/vhost/perf_bench/ |
| H A D | vhost_perf.sh | 62 echo " --vm-image=PATH OS image to use for running the VMs." 191 vm-image=*) VM_IMAGE="${OPTARG#*=}" ;;
|
| /spdk/scripts/vagrant/ |
| H A D | README.md | 107 (test VM qcow image, fio binary, ssh keys)
|
| /spdk/test/accel/ |
| H A D | bib | 4 %T Analysis of linear interpolation schemes for bi-level image applications 585 %T Human image understanding: recent research and a theory 2038 %T From word processing to image processing in office systems 2649 %T Color image quantization for frame buffer display 2825 %T Cubic splines for image interpolation and digital filtering 3977 %T Hierarchical image representation with application to optically scanned documents 4874 %T The perceptual color space of digital image display terminals 5366 %T Manipulation and presentation of multi-dimensional image data using the Peano scan 5374 %T A survey of electronic techniques for pictorial image reproduction
|