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

/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
H A Dconfigure573 # Linux fallocate probe
581 int r = fallocate(0, FALLOC_FL_KEEP_SIZE, 0, 1024);
588 echo "Linux fallocate $linux_fallocate"
608 # POSIX fallocate probe
622 echo "POSIX fallocate $posix_fallocate"
H A Dfilesetup.c102 "fallocate(FALLOC_FL_KEEP_SIZE) "
106 r = fallocate(f->fd, FALLOC_FL_KEEP_SIZE, 0,
109 td_verror(td, errno, "fallocate");
114 log_err("fio: unknown fallocate mode: %d\n",
126 * or fallocate this file, just write it
/external/fio/examples/
H A Denospc-pressure.fio19 fallocate=none
/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/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h257 int (*fallocate)(const char*, int, off_t, off_t, struct fuse_file_info*); member in struct:fuse_operations
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_sigsys_unittest.cc113 RESTRICT_SYSCALL_DEATH_TEST(fallocate);
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c948 ret = fallocate(data->dev,
/external/e2fsprogs/misc/
H A De4defrag.c236 #warning Using locally defined fallocate syscall interface.
1613 PRINT_ERR_MSG_WITH_ERRNO("Failed to fallocate");
/external/e2fsprogs/
H A Dconfigure11044 for ac_func in __secure_getenv backtrace blkid_probe_get_topology chflags fallocate fallocate64 fchown fdatasync fstat64 ftruncate64 getdtablesize getmntinfo getpwuid_r getrlimit getrusage jrand48 llseek lseek64 mallinfo mbstowcs memalign mmap msync nanosleep open64 pathconf posix_fadvise posix_memalign prctl secure_getenv setmntent setresgid setresuid srandom strcasecmp strdup strnlen strptime strtoull sync_file_range sysconf usleep utime valloc

Completed in 502 milliseconds