Searched refs:fallocate (Results 1 - 25 of 46) sorted by relevance

12

/external/strace/
H A Dfallocate.c9 SYS_FUNC(fallocate)
H A DAndroid.mk68 fallocate.c \
H A Dsys_func.h42 extern SYS_FUNC(fallocate);
/external/fio/
H A Dhelpers.h9 extern int fallocate(int fd, int mode, off_t offset, off_t len);
H A Dhelpers.c13 int fallocate(int fd, int mode, off_t offset, off_t len) function
/external/autotest/server/site_tests/network_DiskFull/
H A Dhog_disk.sh43 fallocate --length "$mount_size_bytes" "$temp_file" 2>/dev/null || true
/external/fio/examples/
H A Denospc-pressure.fio19 fallocate=none
/external/f2fs-tools/mkfs/
H A Df2fs_format_utils.c50 if (fallocate(config.fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
52 MSG(0, "Info: fallocate(PUNCH_HOLE|KEEP_SIZE) is failed\n");
/external/fio/engines/
H A Dfalloc.c4 * IO engine that does regular fallocate to simulate data transfer
6 * DDIR_READ does fallocate(,mode = FALLOC_FL_KEEP_SIZE,)
7 * DDIR_WRITE does fallocate(,mode = 0) : fallocate with size extension
8 * DDIR_TRIM does fallocate(,mode = FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)
33 log_err("fio: only files are supported fallocate \n");
88 ret = fallocate(f->fd, flags, io_u->offset, io_u->xfer_buflen);
H A De4defrag.c102 r = fallocate(ed->donor_fd, 0, td->o.start_offset, __len);
153 ret = fallocate(ed->donor_fd, 0, io_u->offset, io_u->xfer_buflen);
/external/toybox/
H A DAndroid.mk90 toys/other/fallocate.c \
268 fallocate \
/external/strace/linux/32/
H A Dsyscallent.h51 [ 47] = { 6, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/mips/
H A Dsyscallent-n32.h286 [6283] = { 4, TD, SEN(fallocate), "fallocate" },
H A Dsyscallent-n64.h282 [5279] = { 4, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/s390x/
H A Dsyscallent.h329 [314] = { 4, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/64/
H A Dsyscallent.h48 [ 47] = { 4, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/avr32/
H A Dsyscallent.h315 [287] = { 6, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/hppa/
H A Dsyscallent.h310 [305] = { 6, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/x32/
H A Dsyscallent.h286 [285] = { 4, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/x86_64/
H A Dsyscallent.h286 [285] = { 4, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/xtensa/
H A Dsyscallent.h58 [ 62] = { 6, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/arm/
H A Dsyscallent.h379 [352] = { 6, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/i386/
H A Dsyscallent.h352 [324] = { 6, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/ia64/
H A Dsyscallent.h322 [1303] = { 4, TD, SEN(fallocate), "fallocate" },
/external/strace/linux/m68k/
H A Dsyscallent.h348 [320] = { 6, TD, SEN(fallocate), "fallocate" },

Completed in 379 milliseconds

12