Searched refs:fallocate (Results 1 – 9 of 9) sorted by relevance
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | lfs64.rs | 16 crate::fallocate(fd, mode, offset, len) in fallocate64()
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | cygwin.txt | 659 fallocate
|
| H A D | fuchsia.txt | 1278 fallocate
|
| H A D | android.txt | 3297 fallocate
|
| H A D | linux.txt | 3879 fallocate
|
| /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
|