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

Function zap_cursor_init

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

* Initialize a cursor at the beginning of the ZAP object. The entire * ZAP object will be prefetched. */

Source from the content-addressed store, hash-verified

1496 * ZAP object will be prefetched.
1497 */
1498void
1499zap_cursor_init(zap_cursor_t *zc, objset_t *os, uint64_t zapobj)
1500{
1501 zap_cursor_init_impl(zc, os, zapobj, 0, B_TRUE);
1502}
1503
1504/*
1505 * Initialize a cursor at the beginning, but request that we not prefetch

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 1

zap_cursor_init_implFunction · 0.85

Tested by

no test coverage detected