Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c480 while ((ds = txg_list_remove(&dp->dp_dirty_datasets, txg)) != NULL) { in dsl_pool_sync()
518 while ((ds = txg_list_remove(&dp->dp_dirty_datasets, txg)) != NULL) { in dsl_pool_sync()
539 while ((dd = txg_list_remove(&dp->dp_dirty_dirs, txg)) != NULL) { in dsl_pool_sync()
580 while ((dst = txg_list_remove(&dp->dp_sync_tasks, txg)) != NULL) in dsl_pool_sync()
594 while (zilog = txg_list_remove(&dp->dp_dirty_zilogs, txg)) { in dsl_pool_sync_done()
H A Dvdev.c717 while ((msp = txg_list_remove(&svd->vdev_ms_list, t)) != NULL) in vdev_top_transfer()
719 while ((vd = txg_list_remove(&svd->vdev_dtl_list, t)) != NULL) in vdev_top_transfer()
2218 while (msp = txg_list_remove(&vd->vdev_ms_list, TXG_CLEAN(txg))) in vdev_sync_done()
2251 while ((msp = txg_list_remove(&vd->vdev_ms_list, txg)) != NULL) { in vdev_sync()
2256 while ((lvd = txg_list_remove(&vd->vdev_dtl_list, txg)) != NULL) in vdev_sync()
H A Dtxg.c794 txg_list_remove(txg_list_t *tl, uint64_t txg) in txg_list_remove() function
H A Dspa.c6371 while (vd = txg_list_remove(&spa->spa_vdev_txg_list, txg)) in spa_sync()
6481 while (vd = txg_list_remove(&spa->spa_vdev_txg_list, TXG_CLEAN(txg))) in spa_sync()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h118 extern void *txg_list_remove(txg_list_t *tl, uint64_t txg);