In addition to size, it should be possible to also set the offset for vnode-backed memory-disks. For example, dealing with a corrupted disk-image, it may be useful to map the uncorrupted section of it only -- to recover a filesystem on a partition. Currently this requires using something like dd to make a copy of the desired section. Seems like this can be improved with (relative) ease...
It should be possible with mdconfig + geom_nop's "-o offset" parameter.