Lines Matching defs:offset
38 uint64_t offset; member
76 static int raw_read_options(QDict *options, uint64_t *offset, bool *has_size, in raw_read_options()
99 raw_apply_options(BlockDriverState *bs, BDRVRawState *s, uint64_t offset, in raw_apply_options()
145 uint64_t offset, size; in raw_reopen_prepare() local
189 static inline int raw_adjust_offset(BlockDriverState *bs, int64_t *offset, in raw_adjust_offset()
210 raw_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_preadv()
225 raw_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_pwritev()
286 raw_co_block_status(BlockDriverState *bs, bool want_zero, int64_t offset, in raw_co_block_status()
298 raw_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_pwrite_zeroes()
311 raw_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in raw_co_pdiscard()
323 raw_co_zone_report(BlockDriverState *bs, int64_t offset, in raw_co_zone_report()
332 int64_t offset, int64_t len) in raw_co_zone_mgmt()
338 raw_co_zone_append(BlockDriverState *bs,int64_t *offset, QEMUIOVector *qiov, in raw_co_zone_append()
415 raw_co_truncate(BlockDriverState *bs, int64_t offset, bool exact, in raw_co_truncate()
474 uint64_t offset, size; in raw_open() local