search for: guestfs_bmap

Displaying 4 results from an estimated 4 matches for "guestfs_bmap".

2014 Nov 23
0
[PATCH 3/3] New APIs: bmap-file, bmap-device, bmap.
...quot;; + longdesc = "\ +This is a specialized function used by L<virt-bmap(1)> to map which +blocks are used by a file. It is unlikely to be useful outside +virt-bmap. + +This call prepares C<path> (which may be a regular file or directory) +to be mapped. You have to call C<guestfs_bmap> immediately afterwards." }; + + { defaults with + name = "bmap_device"; + style = RErr, [Device "device"], []; + proc_nr = Some 426; + shortdesc = "prepare a device for block mapping"; + longdesc = "\ +This is a specialized function used b...
2014 Nov 23
7
[PATCH 0/3] patches needed for virt-bmap
See http://rwmj.wordpress.com/2014/11/23/mapping-files-to-disk/
2014 Nov 24
1
Re: [PATCH 3/3] New APIs: bmap-file, bmap-device, bmap.
...> +This is a specialized function used by L<virt-bmap(1)> to map which > +blocks are used by a file. It is unlikely to be useful outside > +virt-bmap. > + > +This call prepares C<path> (which may be a regular file or directory) > +to be mapped. You have to call C<guestfs_bmap> immediately afterwards." }; > + > + { defaults with > + name = "bmap_device"; > + style = RErr, [Device "device"], []; > + proc_nr = Some 426; > + shortdesc = "prepare a device for block mapping"; > + longdesc = "\ &gt...
2014 Nov 24
2
[PATCH v2 0/2] patches needed for virt-bmap
Does *not* incorporate changes suggested by Pino yet. Rich.