Searched refs:bdev_daos (Results 1 – 5 of 5) sorted by relevance
45 struct bdev_daos { struct57 struct bdev_daos *disk; argument162 bdev_daos_free(struct bdev_daos *bdev_daos) in bdev_daos_free() argument164 if (!bdev_daos) { in bdev_daos_free()168 free(bdev_daos->disk.name); in bdev_daos_free()169 free(bdev_daos); in bdev_daos_free()176 struct bdev_daos *daos = io_device; in bdev_daos_destruct_cb()191 struct bdev_daos *daos = ctx; in bdev_daos_destruct()205 SPDK_DEBUGLOG(bdev_daos, "completed IO at %#lx with status %s (errno=%d)\n", in _bdev_daos_io_complete()232 bdev_daos_writev(struct bdev_daos *daos, struct bdev_daos_io_channel *ch, in bdev_daos_writev()[all …]
11 C_SRCS = bdev_daos.c bdev_daos_rpc.c12 LIBNAME = bdev_daos
55 SPDK_DEBUGLOG(bdev_daos, "spdk_json_decode_object failed\n"); in rpc_bdev_daos_create()116 SPDK_DEBUGLOG(bdev_daos, "spdk_json_decode_object failed\n"); in rpc_bdev_daos_delete()
94 BLOCKDEV_MODULES_LIST += bdev_daos
58 module/bdev/daos/bdev_daos