Home
last modified time | relevance | path

Searched refs:txg_list_remove_this (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h128 extern void *txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c906 txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg) in txg_list_remove_this() function
H A Ddsl_pool.c786 (void) txg_list_remove_this(&dp->dp_dirty_zilogs, zilog, txg); in dsl_pool_sync_done()
H A Ddmu_objset.c1208 tmpds = txg_list_remove_this(&dp->dp_dirty_datasets, ds, in dmu_objset_create_sync()
1223 tmpds = txg_list_remove_this(&dp->dp_dirty_datasets, ds, in dmu_objset_create_sync()
H A Dvdev.c1035 if (txg_list_remove_this(&spa->spa_vdev_txg_list, svd, t)) in vdev_top_transfer()
H A Dspa.c6657 (void) txg_list_remove_this(&tvd->vdev_dtl_list, vd, t);