Home
last modified time | relevance | path

Searched refs:spdk_bdev_zone_management (Results 1 – 5 of 5) sorted by relevance

/spdk/include/spdk/
H A Dbdev_zone.h174 int spdk_bdev_zone_management(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch,
/spdk/test/external_code/hello_world/
H A Dhello_bdev.c191 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 Dhello_bdev.c191 rc = spdk_bdev_zone_management(hello_context->bdev_desc, hello_context->bdev_io_channel, in hello_reset_zone()
/spdk/lib/bdev/
H A Dbdev_zone.c93 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 Dbdev_zone_ut.c369 rc = spdk_bdev_zone_management(desc, ch, g_expected_zone_id, g_zone_action, NULL, in test_bdev_zone_management()