ocs_ref_read_count
ocs_ddump_value(textbuf, "ref_count", "%d", ocs_ref_read_count(&io->ref));
if (ocs_ref_read_count(&io->ref)) {
if (ocs_ref_read_count(&io->ref) > 0) {
if (ocs_ref_read_count(&io->ref) <= 0) {
return (ocs_ref_read_count(&io->ref) > 0);
ocs_ddump_value(textbuf, "ref_count", "%d", ocs_ref_read_count(&io->ref));
ocs_assert(ocs_ref_read_count(&io->ref) > 0);
ocs_assert(ocs_ref_read_count(&io->ref) > 0);