Home
last modified time | relevance | path

Searched refs:aio_offset (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/block/
H A Dfile-posix.c203 off_t aio_offset; member
1696 aiocb->aio_offset) : in handle_aiocb_rw_vector()
1700 aiocb->aio_offset) in handle_aiocb_rw_vector()
1725 aiocb->aio_offset + offset); in handle_aiocb_rw_linear()
1730 aiocb->aio_offset + offset); in handle_aiocb_rw_linear()
1888 uint64_t range[2] = { aiocb->aio_offset, aiocb->aio_nbytes }; in handle_aiocb_write_zeroes_block()
1919 aiocb->aio_offset, aiocb->aio_nbytes); in handle_aiocb_write_zeroes()
1938 aiocb->aio_offset, aiocb->aio_nbytes); in handle_aiocb_write_zeroes()
1940 ret = do_fallocate(s->fd, 0, aiocb->aio_offset, aiocb->aio_nbytes); in handle_aiocb_write_zeroes()
1968 if (s->has_fallocate && len >= 0 && aiocb->aio_offset >= len) { in handle_aiocb_write_zeroes()
[all …]
H A Dfile-win32.c51 off64_t aio_offset; member
82 ov.Offset = (aiocb->aio_offset + offset); in handle_aiocb_rw()
83 ov.OffsetHigh = (aiocb->aio_offset + offset) >> 32; in handle_aiocb_rw()
167 acb->aio_offset = offset; in paio_submit()
/openbmc/linux/tools/build/feature/
H A Dtest-libaio.c9 aiocb.aio_offset = 0; in main()
/openbmc/linux/include/uapi/linux/
H A Daio_abi.h94 __s64 aio_offset; member
/openbmc/linux/fs/
H A Daio.c1476 req->ki_pos = iocb->aio_offset; in aio_prep_rw()
1613 if (unlikely(iocb->aio_buf || iocb->aio_offset || iocb->aio_nbytes || in aio_fsync()
1865 if (iocb->aio_offset || iocb->aio_nbytes || iocb->aio_rw_flags) in aio_poll()
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c285 cblock->aio_offset = off; in record__aio_write()
338 rem_off = cblock->aio_offset + written; in record__aio_complete()