Searched refs:txg_list_remove_this (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| D | txg.h | 119 extern void *txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg);
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | txg.c | 824 txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg) in txg_list_remove_this() function
|
| D | dsl_pool.c | 705 (void) txg_list_remove_this(&dp->dp_dirty_zilogs, zilog, txg); in dsl_pool_sync_done()
|
| D | vdev.c | 835 if (txg_list_remove_this(&spa->spa_vdev_txg_list, svd, t)) in vdev_top_transfer()
|
| D | spa.c | 5266 (void) txg_list_remove_this(&tvd->vdev_dtl_list, vd, t); in spa_vdev_detach()
|