Searched refs:iosize (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 131 int init_iocb(int n, int iosize) in init_iocb() argument 144 if (posix_memalign(&buf, alignment, iosize)) in init_iocb() 154 memset(buf, 0, iosize); in init_iocb() 156 io_prep_pread(iocb_free[i], -1, buf, iosize, 0); in init_iocb() 249 int iosize = iocb->u.c.nbytes; in rd_done() local 255 if (res != iosize) { in rd_done() 272 io_prep_pwrite(iocb, fd, buf, iosize, offset); in rd_done() 280 printf("%d", iosize); in rd_done() 508 int iosize = MIN(length - offset, aio_blksize); in main() local 515 iosize, offset); in main() [all …]
|
/external/autotest/client/site_tests/kernel_fs_Inplace/ |
D | kernel_fs_Inplace.py | 26 def run_once(self, dir=None, iosize=4096, num_iter=100000, argument 36 args = ' %d' % iosize
|
/external/fsck_msdos/ |
D | dir.c | 535 int fd, i, j, k, iosize, entries; in readDosDirSection() local 569 iosize = boot->bpbRootDirEnts * 32; in readDosDirSection() 572 iosize = boot->bpbSecPerClust * boot->bpbBytesPerSec; in readDosDirSection() 573 entries = iosize / 32; in readDosDirSection() 595 read(fd, buffer, iosize) != iosize) { in readDosDirSection() 997 || write(fd, buffer, iosize) != iosize) { in readDosDirSection() 1017 || write(fd, buffer, iosize) != iosize) { in readDosDirSection()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | README | 64 # run 30 secs: random iosize, random lseek up to eof 71 # run forever: 5 copies of random iosize, random lseek to beyond eof, 75 # run forever: 5 copies of random iosize, random lseek to beyond eof,
|
/external/u-boot/include/faraday/ |
D | ftpci100.h | 15 unsigned int iosize; /* 0x00 - I/O Space Size Signal */ member
|