Home | History | Annotate | Download | only in fio

Lines Matching refs:rbd

170   --disable-rbd) disable_rbd="yes"
172 --disable-rbd-blkin) disable_rbd_blkin="yes"
1470 # check for rbd
1471 if test "$rbd" != "yes" ; then
1472 rbd="no"
1475 #include <rbd/librbd.h>
1481 const char pool[] = "rbd";
1490 if test "$disable_rbd" != "yes" && compile_prog "" "-lrbd -lrados" "rbd"; then
1492 rbd="yes"
1494 echo "Rados Block Device engine $rbd"
1501 if test "$rbd" = "yes"; then
1503 #include <rbd/librbd.h>
1518 if compile_prog "" "-lrbd -lrados" "rbd"; then
1529 if test "$rbd" = "yes"; then
1531 #include <rbd/librbd.h>
1540 if compile_prog "" "-lrbd -lrados" "rbd"; then
1552 #include <rbd/librbd.h>
1574 echo "rbd blkin tracing $rbd_blkin"
2164 if test "$rbd" = "yes" ; then