MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zap_cursor_advance

Function zap_cursor_advance

freebsd/contrib/openzfs/module/zfs/zap_micro.c:1618–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

zfs_readdirFunction · 0.85
zfs_unlinked_drainFunction · 0.85
zfs_purgedirFunction · 0.85
zpl_xattr_readdirFunction · 0.85
zfs_readdirFunction · 0.85
zfs_setattr_dirFunction · 0.85
zfs_unlinked_drain_taskFunction · 0.85
zfs_purgedirFunction · 0.85
dsl_bookmark_init_dsFunction · 0.85
process_error_logFunction · 0.85
spa_ld_log_sm_metadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected