Lines Matching refs:BlockDriverState
33 BlockDriverState *bottom_bs;
39 cor_open(BlockDriverState *bs, QDict *options, int flags, Error **errp) in cor_open()
41 BlockDriverState *bottom_bs = NULL; in cor_open()
111 static void cor_child_perm(BlockDriverState *bs, BdrvChild *c, in cor_child_perm()
128 static int64_t coroutine_fn GRAPH_RDLOCK cor_co_getlength(BlockDriverState *bs) in cor_co_getlength()
135 cor_co_preadv_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_preadv_part()
187 cor_co_pwritev_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwritev_part()
197 cor_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwrite_zeroes()
205 cor_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in cor_co_pdiscard()
212 cor_co_pwritev_compressed(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwritev_compressed()
221 cor_co_eject(BlockDriverState *bs, bool eject_flag) in cor_co_eject()
228 cor_co_lock_medium(BlockDriverState *bs, bool locked) in cor_co_lock_medium()
234 static void GRAPH_UNLOCKED cor_close(BlockDriverState *bs) in cor_close()
274 void no_coroutine_fn bdrv_cor_filter_drop(BlockDriverState *cor_filter_bs) in bdrv_cor_filter_drop()