Function cloudabi::file_allocate [] [src]

pub unsafe fn file_allocate(fd_: fd, offset_: filesize, len_: filesize) -> errno

Forces the allocation of space in a file.

Parameters

fd: The file in which the space should be allocated.

offset: The offset at which the allocation should start.

len: The length of the area that is allocated.