Home
last modified time | relevance | path

Searched defs:posix_fallocate (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/nix/src/
Dfcntl.rs629 pub fn posix_fallocate(fd: RawFd, offset: libc::off_t, len: libc::off_t) -> Result<()> { in posix_fallocate() function
/external/toybox/lib/
Dportability.c403 int posix_fallocate(int fd, off_t offset, off_t length) in posix_fallocate() function
/external/rust/crates/libc/src/
Dwasi.rs579 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/
Dmod.rs1379 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/
Dmod.rs1809 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/
Dmod.rs2432 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/
Dmod.rs3082 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/
Dmod.rs3963 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function