Home
last modified time | relevance | path

Searched refs:fallocate (Results 1 – 18 of 18) sorted by relevance

/bionic/libc/arch-arm64/syscalls/
Dfallocate.S5 ENTRY(fallocate)
14 END(fallocate)
16 ALIAS_SYMBOL(fallocate64, fallocate)
/bionic/libc/arch-x86_64/syscalls/
Dfallocate.S5 ENTRY(fallocate)
16 END(fallocate)
18 ALIAS_SYMBOL(fallocate64, fallocate)
/bionic/libc/arch-mips64/syscalls/
Dfallocate.S5 ENTRY(fallocate)
25 END(fallocate)
27 ALIAS_SYMBOL(fallocate64, fallocate)
/bionic/libc/bionic/
Dposix_fallocate.cpp35 return (fallocate(fd, 0, offset, length) == 0) ? 0 : errno; in posix_fallocate()
Dlegacy_32_bit_support.cpp101 int fallocate(int fd, int mode, off_t offset, off_t length) { in fallocate() function
/bionic/libc/include/
Dfcntl.h77 extern int fallocate(int, int, off_t, off_t) __RENAME(fallocate64);
81 extern int fallocate(int, int, off_t, off_t);
/bionic/tests/
Dfcntl_test.cpp100 ASSERT_EQ(-1, fallocate(tf.fd, 0, 0, -1)); in TEST()
116 TEST(fcntl, fallocate) { in TEST() argument
123 ASSERT_EQ(0, fallocate(tf.fd, 0, 0, 1)); in TEST()
/bionic/libc/
DSYSCALLS.TXT174 # (fallocate only gets two lines because there is no 32-bit variant.)
175 int fallocate64:fallocate(int, int, off64_t, off64_t) arm,mips,x86
176 int fallocate|fallocate64(int, int, off_t, off_t) arm64,mips64,x86_64
Dlibc.arm64.map271 fallocate;
Dlibc.mips64.map271 fallocate;
Dlibc.x86_64.map271 fallocate;
Dlibc.mips.brillo.map340 fallocate;
Dlibc.x86.brillo.map338 fallocate;
Dlibc.mips.map340 fallocate;
Dlibc.arm.brillo.map342 fallocate;
Dlibc.x86.map338 fallocate;
Dlibc.map.txt344 fallocate;
Dlibc.arm.map342 fallocate;