Function fallocate [src]
Prototype
pub extern "c" fn fallocate(fd: fd_t, mode: c_int, offset: off_t, len: off_t) c_int
Parameters
fd: fd_t
mode: c_int
offset: off_t
len: off_t
Source
pub extern "c" fn fallocate(fd: fd_t, mode: c_int, offset: off_t, len: off_t) c_int