Searched refs:spdk_bdev_zone_management (Results 1 – 5 of 5) sorted by relevance
/spdk/include/spdk/ |
H A D | bdev_zone.h | 174 int spdk_bdev_zone_management(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch,
|
/spdk/test/external_code/hello_world/ |
H A D | hello_bdev.c | 191 rc = spdk_bdev_zone_management(hello_context->bdev_desc, hello_context->bdev_io_channel, in hello_reset_zone()
|
/spdk/examples/bdev/hello_world/ |
H A D | hello_bdev.c | 191 rc = spdk_bdev_zone_management(hello_context->bdev_desc, hello_context->bdev_io_channel, in hello_reset_zone()
|
/spdk/lib/bdev/ |
H A D | bdev_zone.c | 93 spdk_bdev_zone_management(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_zone_management() function
|
/spdk/test/unit/lib/bdev/bdev_zone.c/ |
H A D | bdev_zone_ut.c | 369 rc = spdk_bdev_zone_management(desc, ch, g_expected_zone_id, g_zone_action, NULL, in test_bdev_zone_management()
|