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

Function zio_root

freebsd/contrib/openzfs/module/zfs/zio.c:922–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920}
921
922zio_t *
923zio_root(spa_t *spa, zio_done_func_t *done, void *private, enum zio_flag flags)
924{
925 return (zio_null(NULL, spa, NULL, done, private, flags));
926}
927
928static int
929zfs_blkptr_verify_log(spa_t *spa, const blkptr_t *bp,

Callers 15

vdev_label_write_pad2Function · 0.85
dmu_tx_count_writeFunction · 0.85
dmu_tx_hold_free_implFunction · 0.85
mmp_write_uberblockFunction · 0.85
dsl_dataset_zero_zilFunction · 0.85
l2arc_write_buffersFunction · 0.85
l2arc_log_blk_fetchFunction · 0.85
dbuf_readFunction · 0.85
dbuf_prefetch_implFunction · 0.85
dsl_pool_sync_mosFunction · 0.85
dsl_pool_syncFunction · 0.85

Calls 1

zio_nullFunction · 0.85

Tested by

no test coverage detected