Searched refs:writesize (Results 1 - 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Ddio_sparse.c58 int dio_sparse(int fd, int align, int writesize, int filesize, int offset) argument
63 TEST(posix_memalign(&bufptr, align, writesize));
69 memset(bufptr, 0, writesize);
72 if ((w = write(fd, bufptr, writesize)) != writesize) {
86 " [-w writesize] [-o offset]]\n");
97 int writesize = 65536; local
115 writesize = strtol(optarg, &endp, 0);
116 writesize = scale_by_kmg(writesize, *end
[all...]
H A Daiodio_sparse.c60 int aiodio_sparse(int fd, int align, int writesize, int filesize, int num_aio) argument
69 if ((num_aio * writesize) > filesize)
70 num_aio = filesize / writesize;
90 TEST(posix_memalign(&bufptr, align, writesize));
95 memset(bufptr, 0, writesize);
96 io_prep_pwrite(iocbs[i], fd, bufptr, writesize, offset);
97 offset += writesize;
156 io_prep_pwrite(iocbp, fd, iocbp->u.c.buf, writesize, offset);
157 offset += writesize;
200 " [-w writesize]\
211 int writesize = 65536; local
[all...]
/external/strace/linux/
H A Dmtd-abi.h131 __u32 writesize; member in struct:mtd_info_user
/external/kernel-headers/original/uapi/mtd/
H A Dmtd-abi.h131 __u32 writesize; member in struct:mtd_info_user
/external/fio/oslib/
H A Dlibmtd_legacy.c290 mtd->min_io_size = ui.writesize;
/external/strace/
H A Dmtd.c165 tprintf(", size=%#x, erasesize=%#x, writesize=%#x, oobsize=%#x"
167 minfo.size, minfo.erasesize, minfo.writesize, minfo.oobsize,

Completed in 303 milliseconds