Lines Matching refs:rbd
1567 rbd = not_found
1568 if not get_option('rbd').auto() or have_block
1569 librados = cc.find_library('rados', required: get_option('rbd'))
1570 librbd = cc.find_library('rbd', has_headers: ['rbd/librbd.h'],
1571 required: get_option('rbd'))
1575 #include <rbd/librbd.h>
1584 rbd = declare_dependency(dependencies: [librbd, librados])
1585 elif get_option('rbd').enabled()
2476 config_host_data.set('CONFIG_RBD', rbd.found())
2629 if rbd.found()
2632 dependencies: rbd,
2633 prefix: '#include <rbd/librbd.h>'))
4784 summary_info += {'rbd support': rbd}