Function fdio::get_vmo_exact_from_file

source ยท
pub fn get_vmo_exact_from_file(f: &File) -> Result<Vmo, Status>
Expand description

Get a read-only handle to the exact VMO used by the file system server to represent the file. This VMO will track size and content changes to the file.