Home
last modified time | relevance | path

Searched defs:posix_fallocate (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/src/fcntl/
H A Dposix_fallocate.c4 int posix_fallocate(int fd, off_t base, off_t len) in posix_fallocate() function
/third_party/rust/crates/nix/src/
H A Dfcntl.rs874 pub fn posix_fallocate(fd: RawFd, offset: libc::off_t, len: libc::off_t) -> Result<()> { in posix_fallocate() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs693 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() functions
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1792 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1550 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1716 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2770 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3159 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3983 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3954 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() functions

Completed in 57 milliseconds