Lines Matching refs:bs
4 bdrv_open_common(void *bs, const char *filename, int flags, const char *format_name) "bs %p filenam…
5 bdrv_lock_medium(void *bs, bool locked) "bs %p locked %d"
8 blk_co_preadv(void *blk, void *bs, int64_t offset, int64_t bytes, int flags) "blk %p bs %p offset %…
9 blk_co_pwritev(void *blk, void *bs, int64_t offset, int64_t bytes, int flags) "blk %p bs %p offset …
10 blk_root_attach(void *child, void *blk, void *bs) "child %p blk %p bs %p"
11 blk_root_detach(void *child, void *blk, void *bs) "child %p blk %p bs %p"
14 bdrv_co_preadv_part(void *bs, int64_t offset, int64_t bytes, unsigned int flags) "bs %p offset %" P…
15 bdrv_co_pwritev_part(void *bs, int64_t offset, int64_t bytes, unsigned int flags) "bs %p offset %" …
16 bdrv_co_pwrite_zeroes(void *bs, int64_t offset, int64_t bytes, int flags) "bs %p offset %" PRId64 "…
17 bdrv_co_do_copy_on_readv(void *bs, int64_t offset, int64_t bytes, int64_t cluster_offset, int64_t c…
23 stream_start(void *bs, void *base, void *s) "bs %p base %p s %p"
27 commit_start(void *bs, void *base, void *top, void *s) "bs %p base %p top %p s %p"
30 mirror_start(void *bs, void *s, void *opaque) "bs %p s %p opaque %p"
59 qmp_block_stream(void *bs) "bs %p"
70 luring_co_submit(void *bs, void *s, void *luringcb, int fd, uint64_t offset, size_t nbytes, int typ…
76 …*bs, void *pool, const char *action, int cluster_type, uint64_t host_offset, uint64_t offset, uint…
94 qcow2_l2_allocate(void *bs, int l1_index) "bs %p l1_index %d"
95 qcow2_l2_allocate_get_empty(void *bs, int l1_index) "bs %p l1_index %d"
96 qcow2_l2_allocate_write_l2(void *bs, int l1_index) "bs %p l1_index %d"
97 qcow2_l2_allocate_write_l1(void *bs, int l1_index) "bs %p l1_index %d"
98 qcow2_l2_allocate_done(void *bs, int l1_index, int ret) "bs %p l1_index %d ret %d"
206 file_copy_file_range(void *bs, int src, int64_t src_off, int dst, int64_t dst_off, int64_t bytes, i…
211 zbd_zone_report(void *bs, unsigned int nr_zones, int64_t sector) "bs %p report %d zones starting at…
212 zbd_zone_mgmt(void *bs, const char *op_name, int64_t sector, int64_t len) "bs %p %s starts at secto…
213 zbd_zone_append(void *bs, int64_t sector) "bs %p append at sector offset 0x%" PRIx64 ""
214 zbd_zone_append_complete(void *bs, int64_t sector) "bs %p returns append sector 0x%" PRIx64 ""