Home
last modified time | relevance | path

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

/spdk/module/bdev/error/
H A Dvbdev_error_rpc.c59 struct rpc_bdev_error_create { struct
65 free_rpc_bdev_error_create(struct rpc_bdev_error_create *req) in free_rpc_bdev_error_create() argument
71 {"base_name", offsetof(struct rpc_bdev_error_create, base_name), spdk_json_decode_string},
72 {"uuid", offsetof(struct rpc_bdev_error_create, uuid), spdk_json_decode_uuid, true},
76 rpc_bdev_error_create(struct spdk_jsonrpc_request *request, in rpc_bdev_error_create() function
79 struct rpc_bdev_error_create req = {}; in rpc_bdev_error_create()
102 SPDK_RPC_REGISTER("bdev_error_create", rpc_bdev_error_create, SPDK_RPC_RUNTIME)