Home
last modified time | relevance | path

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

/spdk/module/blobfs/bdev/
H A Dblobfs_bdev_rpc.c24 struct rpc_blobfs_set_cache_size { struct
29 {"size_in_mb", offsetof(struct rpc_blobfs_set_cache_size, size_in_mb), spdk_json_decode_uint64}, argument
33 rpc_blobfs_set_cache_size(struct spdk_jsonrpc_request *request, in rpc_blobfs_set_cache_size() function
36 struct rpc_blobfs_set_cache_size req; in rpc_blobfs_set_cache_size()
65 SPDK_RPC_REGISTER("blobfs_set_cache_size", rpc_blobfs_set_cache_size,