Home
last modified time | relevance | path

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

/third_party/NuttX/fs/vfs/include/
Dfile.h145 int (*fallocate64)(struct file *filep, int mode, off64_t offset, off64_t len); member
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h187 #define fallocate64 fallocate macro
/third_party/musl/ndk_musl_include/
Dfcntl.h188 #define fallocate64 fallocate macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h187 #define fallocate64 fallocate macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h188 #define fallocate64 fallocate macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h187 #define fallocate64 fallocate macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h187 #define fallocate64 fallocate macro
/third_party/musl/include/
Dfcntl.h187 #define fallocate64 fallocate macro
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3158 pub fn fallocate64(fd: ::c_int, mode: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in fallocate64() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3953 pub fn fallocate64(fd: ::c_int, mode: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in fallocate64() function