public static interface NativeFileSystemLinux.LinuxNativeLibC
| Modifier and Type | Method and Description |
|---|---|
int |
fallocate(int fd,
int mode,
long off,
long len)
Allows the caller to directly manipulate the allocated
disk space for the file referred to by fd for the byte range starting
at
off offset and continuing for len bytes. |
int fallocate(int fd,
int mode,
long off,
long len)
off offset and continuing for len bytes.fd - file descriptor.mode - determines the operation to be performed on the given range.off - required position offset.len - required length.errno is set to indicate the error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025