Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk_compat.c29 uint64_t blkcnt; in vhost_blk_get_config() local
45 blkcnt = 0; in vhost_blk_get_config()
48 blkcnt = bdev->blockcnt; in vhost_blk_get_config()
56 blkcfg.capacity = (blkcnt * blk_size) / 512; in vhost_blk_get_config()
61 blk_size, blkcnt); in vhost_blk_get_config()