Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dposix_fallocate.cpp35 return (fallocate(fd, 0, offset, length) == 0) ? 0 : errno; in posix_fallocate()
Dlegacy_32_bit_support.cpp91 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()
309 ASSERT_EQ(-1, fallocate(tf.fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, 1)); in TEST()
/bionic/libc/include/
Dfcntl.h195 int fallocate(int __fd, int __mode, off_t __offset, off_t __length) __RENAME_IF_FILE_OFFSET64(fallo…
/bionic/libc/
DSYSCALLS.TXT180 # (fallocate only gets two lines because there is no 32-bit variant.)
181 int fallocate64:fallocate(int, int, off64_t, off64_t) lp32
182 int fallocate|fallocate64(int, int, off_t, off_t) lp64
Dlibc.map.txt336 fallocate; # introduced=21
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_074.S485 CALL(fallocate)
/bionic/docs/
Dstatus.md178 * <fcntl.h> `fallocate`, `posix_fadvise`, `posix_fallocate`, `splice`, `tee`, `vmsplice`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt336 fallocate; # introduced=21