| 1616 | } |
| 1617 | |
| 1618 | void |
| 1619 | zap_cursor_advance(zap_cursor_t *zc) |
| 1620 | { |
| 1621 | if (zc->zc_hash == -1ULL) |
| 1622 | return; |
| 1623 | zc->zc_cd++; |
| 1624 | } |
| 1625 | |
| 1626 | int |
| 1627 | zap_get_stats(objset_t *os, uint64_t zapobj, zap_stats_t *zs) |
no outgoing calls
no test coverage detected