Searched defs:posix_fallocate (Results  1 – 10 of 10) sorted by relevance
| /external/musl/src/fcntl/ | 
| D | posix_fallocate.c | 4 int posix_fallocate(int fd, off_t base, off_t len)  in posix_fallocate()  function
  | 
| /external/toybox/lib/ | 
| D | portability.c | 384 int posix_fallocate(int fd, off_t offset, off_t length)  in posix_fallocate()  function
  | 
| /external/rust/crates/libc/src/ | 
| D | wasi.rs | 693     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/ | 
| D | mod.rs | 1716     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/ | 
| D | mod.rs | 1792     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/ | 
| D | mod.rs | 1550     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/ | 
| D | mod.rs | 2770     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/ | 
| D | mod.rs | 3159     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/ | 
| D | mod.rs | 3983     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/ | 
| D | mod.rs | 3888     pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;  in posix_fallocate()  function
  |