Home
last modified time | relevance | path

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

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