Lines Matching defs:offset

1380 static int get_zones_wp(BlockDriverState *bs, int fd, int64_t offset,  in get_zones_wp()
1450 static void update_zones_wp(BlockDriverState *bs, int fd, int64_t offset, in update_zones_wp()
1743 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_preadv()
1749 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_pwritev()
1759 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_preadv()
1765 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_pwritev()
1802 ssize_t offset = 0; in handle_aiocb_rw_linear() local
1947 static int do_fallocate(int fd, int mode, off_t offset, off_t len) in do_fallocate()
2371 int64_t offset = aiocb->aio_offset; in handle_aiocb_truncate() local
2574 uint64_t offset = *offset_ptr; in raw_co_prw() local
2664 raw_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_preadv()
2671 raw_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_pwritev()
2727 raw_regular_truncate(BlockDriverState *bs, int fd, int64_t offset, in raw_regular_truncate()
2746 static int coroutine_fn raw_co_truncate(BlockDriverState *bs, int64_t offset, in raw_co_truncate()
3285 int64_t offset, in raw_co_block_status()
3357 off_t offset; in check_cache_dropped() local
3486 static int coroutine_fn raw_co_zone_report(BlockDriverState *bs, int64_t offset, in raw_co_zone_report()
3511 int64_t offset, int64_t len) { in raw_co_zone_mgmt()
3611 int64_t *offset, in raw_co_zone_append()
3643 raw_do_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_do_pdiscard()
3668 raw_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in raw_co_pdiscard()
3674 raw_do_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_do_pwrite_zeroes()
3741 BlockDriverState *bs, int64_t offset, in raw_co_pwrite_zeroes()
4411 hdev_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in hdev_co_pdiscard()
4425 int64_t offset, int64_t bytes, BdrvRequestFlags flags) in hdev_co_pwrite_zeroes()