Searched refs:aio_write (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 077 | 57 aio_write -P 10 0x200 0x200 66 aio_write -P 10 $((off + 0x200)) 0x200 68 aio_write -P 11 $((off + 0x400)) 0x200 79 aio_write -P 10 0x5000 0x200 81 aio_write -P 11 0x5200 0x200 82 aio_write -P 12 0x5400 0x200 83 aio_write -P 13 0x5600 0x200 84 aio_write -P 14 0x5800 0x200 85 aio_write -P 15 0x5a00 0x200 86 aio_write -P 16 0x5c00 0x200 [all …]
|
H A D | 046 | 84 aio_write -P 10 0x18000 0x2000 87 aio_write -P 11 0x12000 0x2000 88 aio_write -P 12 0x1c000 0x2000 98 aio_write -P 20 0x28000 0x2000 100 aio_write -P 21 0x2a000 0x10000 108 aio_write -P 40 0x48000 0x2000 110 aio_write -P 41 0x4c000 0x10000 120 aio_write -P 60 0x66000 0x2000 122 aio_write -P 61 0x6a000 0xe000 136 aio_write -P 80 0x86000 0x2000 [all …]
|
H A D | 038 | 83 echo aio_write -P 0x80 2020k 80k 87 echo aio_write -P $((0x81 + i)) $((i * 128))k 64k 92 echo aio_write -P $((0x81 + i)) $((i * 128 + 32))k 64k 96 echo aio_write -P 0x90 4080k 80k
|
H A D | 021.out | 19 == testing aio_write -P -1 == 37 == testing aio_write -P 300 == 55 == testing aio_write -P 12m == 73 == testing aio_write -P 4k == 91 == testing aio_write -P route66 ==
|
H A D | 249.out | 11 'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}} 26 'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}} 45 'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}}
|
H A D | 271 | 876 aio_write -P 10 30k 2k 878 aio_write -P 11 20k 2k 879 aio_write -P 12 40k 2k
|
H A D | 060.out | 114 aio_write failed: No medium found
|
/openbmc/linux/fs/ |
H A D | aio.c | 1567 static int aio_write(struct kiocb *req, const struct iocb *iocb, in aio_write() function 1965 return aio_write(&req->rw, iocb, false, compat); in __io_submit_one() 1969 return aio_write(&req->rw, iocb, true, compat); in __io_submit_one()
|
/openbmc/qemu/docs/ |
H A D | image-fuzzer.txt | 92 - qemu-io -c aio_write
|
/openbmc/linux/Documentation/filesystems/ |
H A D | porting.rst | 591 ->aio_read/->aio_write are gone. Use ->read_iter/->write_iter.
|
/openbmc/linux/tools/perf/ |
H A D | builtin-record.c | 289 rc = aio_write(cblock); in record__aio_write()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 561 "aio_write", "lio_listio",
|