Searched defs:fallocate (Results 1 – 4 of 4) sorted by relevance
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 2479 pub fn fallocate(fd: c_int, mode: c_int, offset: off_t, len: off_t) -> c_int; in fallocate() function
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 3556 pub fn fallocate(fd: c_int, mode: c_int, offset: off_t, len: off_t) -> c_int; in fallocate() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 4053 pub fn fallocate(fd: c_int, mode: c_int, offset: off_t, len: off_t) -> c_int; in fallocate() function
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 6344 pub fn fallocate(fd: c_int, mode: c_int, offset: off_t, len: off_t) -> c_int; in fallocate() function
|