Searched defs:posix_fallocate (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/fcntl/ |
H A D | posix_fallocate.c | 4 int posix_fallocate(int fd, off_t base, off_t len) in posix_fallocate() function
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 874 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 D | wasi.rs | 693 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 D | mod.rs | 1792 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 D | mod.rs | 1550 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 D | mod.rs | 1716 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 D | mod.rs | 2770 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 D | mod.rs | 3159 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 D | mod.rs | 3983 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 D | mod.rs | 3954 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() functions
|
Completed in 57 milliseconds