Home
last modified time | relevance | path

Searched refs:fallocate (Results 1 – 11 of 11) 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/tests/
Dfcntl_test.cpp110 ASSERT_EQ(-1, fallocate(tf.fd, 0, 0, -1)); in TEST()
126 TEST(fcntl, fallocate) { in TEST() argument
133 ASSERT_EQ(0, fallocate(tf.fd, 0, 0, 1)); in TEST()
297 ASSERT_EQ(-1, fallocate(tf.fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, 1)); in TEST()
/bionic/libc/include/
Dfcntl.h82 int fallocate(int __fd, int __mode, off_t __offset, off_t __length) __RENAME_IF_FILE_OFFSET64(fallo…
/bionic/libc/
DSYSCALLS.TXT175 # (fallocate only gets two lines because there is no 32-bit variant.)
176 int fallocate64:fallocate(int, int, off64_t, off64_t) lp32
177 int fallocate|fallocate64(int, int, off_t, off_t) lp64
Dlibc.map.txt336 fallocate; # introduced=21
/bionic/docs/
Dstatus.md155 * <fcntl.h> `fallocate`, `posix_fadvise`, `posix_fallocate`, `splice`, `tee`, `vmsplice`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt336 fallocate; # introduced=21