Home
last modified time | relevance | path

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

/external/musl/src/fcntl/
Dposix_fallocate.c4 int posix_fallocate(int fd, off_t base, off_t len) in posix_fallocate() function
/external/toybox/lib/
Dportability.c384 int posix_fallocate(int fd, off_t offset, off_t length) in posix_fallocate() function
/external/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
/external/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
/external/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
/external/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
/external/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
/external/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
/external/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
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3888 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function