Home
last modified time | relevance | path

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

/external/trusty/musl/src/fcntl/
Dposix_fallocate.c4 int posix_fallocate(int fd, off_t base, off_t len) in posix_fallocate() function
/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.c385 int posix_fallocate(int fd, off_t offset, off_t length) in posix_fallocate() function
/external/rust/crates/libc/src/
Dwasi.rs697 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.rs1685 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.rs1736 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.rs1583 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.rs2991 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/aix/
Dmod.rs3063 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.rs3701 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.rs4076 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/hurd/
Dmod.rs4375 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.rs5044 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function