Lines Matching refs:BlockDriverState

83 static int preallocate_drop_resize(BlockDriverState *bs, Error **errp);
108 BlockDriverState *child_bs, Error **errp) in preallocate_absorb_opts()
140 static int preallocate_open(BlockDriverState *bs, QDict *options, int flags, in preallocate_open()
177 preallocate_truncate_to_real_size(BlockDriverState *bs, Error **errp) in preallocate_truncate_to_real_size()
204 static void preallocate_close(BlockDriverState *bs) in preallocate_close()
278 preallocate_co_preadv_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in preallocate_co_preadv_part()
287 preallocate_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in preallocate_co_pdiscard()
297 static bool GRAPH_RDLOCK has_prealloc_perms(BlockDriverState *bs) in has_prealloc_perms()
322 handle_write(BlockDriverState *bs, int64_t offset, int64_t bytes, in handle_write()
399 preallocate_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, in preallocate_co_pwrite_zeroes()
412 preallocate_co_pwritev_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in preallocate_co_pwritev_part()
423 preallocate_co_truncate(BlockDriverState *bs, int64_t offset, in preallocate_co_truncate()
489 static int coroutine_fn GRAPH_RDLOCK preallocate_co_flush(BlockDriverState *bs) in preallocate_co_flush()
495 preallocate_co_getlength(BlockDriverState *bs) in preallocate_co_getlength()
514 preallocate_drop_resize(BlockDriverState *bs, Error **errp) in preallocate_drop_resize()
558 preallocate_set_perm(BlockDriverState *bs, uint64_t perm, uint64_t shared) in preallocate_set_perm()
573 static void preallocate_child_perm(BlockDriverState *bs, BdrvChild *c, in preallocate_child_perm()