Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h200 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h208 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h208 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/include/
Dfcntl.h211 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h208 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h208 #define posix_fallocate64 posix_fallocate macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h209 #define posix_fallocate64 posix_fallocate macro
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3160 pub fn posix_fallocate64(fd: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in posix_fallocate64() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3955 pub fn posix_fallocate64(fd: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in posix_fallocate64() function