Searched defs:fallocate64 (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-arm/syscalls/
H A Dfallocate64.S5 ENTRY(fallocate64) function
22 END(fallocate64)
/bionic/libc/arch-mips/syscalls/
H A Dfallocate64.S5 ENTRY(fallocate64) function
19 END(fallocate64)
/bionic/libc/arch-x86/syscalls/
H A Dfallocate64.S5 ENTRY(fallocate64) function
46 END(fallocate64)
/bionic/libc/include/
H A Dfcntl.h73 extern int fallocate(int, int, off_t, off_t) __RENAME(fallocate64); variable
81 extern int fallocate64(int, int, off64_t, off64_t);

Completed in 479 milliseconds