Lines Matching full:engine
2 * rbd engine
4 * IO engine using Ceph's librbd to test RADOS Block Devices.
34 .lname = "rbd engine rbdname",
36 .help = "RBD name for RBD engine",
43 .lname = "rbd engine pool",
45 .help = "Name of the pool hosting the RBD for the RBD engine",
52 .lname = "rbd engine clientname",
54 .help = "Name of the ceph client to access the RBD for the RBD engine",
342 log_info("rbd engine: RBD version: %d.%d.%d\n", major, minor, extra);
344 /* allocate engine specific structure to deal with librbd. */
373 dprint(FD_IO, "rbd-engine: image size: %lu\n", info.size);
375 /* taken from "net" engine. Pretend we deal with files,