Searched defs:posix_fallocate (Results 1 – 8 of 8) sorted by relevance
| /external/rust/crates/nix/src/ |
| D | fcntl.rs | 629 pub fn posix_fallocate(fd: RawFd, offset: libc::off_t, len: libc::off_t) -> Result<()> { in posix_fallocate() function
|
| /external/toybox/lib/ |
| D | portability.c | 403 int posix_fallocate(int fd, off_t offset, off_t length) in posix_fallocate() function
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 579 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
| D | mod.rs | 1379 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/linux_like/emscripten/ |
| D | mod.rs | 1809 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/linux_like/android/ |
| D | mod.rs | 2432 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 3082 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3963 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|