Home
last modified time | relevance | path

Searched refs:txg_list_head (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h130 extern void *txg_list_head(txg_list_t *tl, uint64_t txg);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c587 for (ms = txg_list_head(tl, TXG_CLEAN(txg)); ms; in dsl_early_sync_task_verify()
777 while (zilog = txg_list_head(&dp->dp_dirty_zilogs, txg)) { in dsl_pool_sync_done()
H A Dtxg.c943 txg_list_head(txg_list_t *tl, uint64_t txg) in txg_list_head() function
H A Dvdev_label.c1802 txg_list_head(&spa->spa_vdev_txg_list, TXG_CLEAN(txg)); vd != NULL; in vdev_config_sync()
H A Dvdev_removal.c307 ASSERT3P(txg_list_head(&vd->vdev_ms_list, TXG_CLEAN(txg)), ==, NULL); in vdev_remove_initiate_sync()