Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h172 boolean_t os_next_write_raw[TXG_SIZE]; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_pool.c759 !os->os_next_write_raw[txg & TXG_MASK]) { in dsl_pool_sync()
779 !os->os_next_write_raw[txg & TXG_MASK]) { in dsl_pool_sync()
H A Ddsl_dataset.c1296 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in dsl_dataset_zero_zil()
1478 !os->os_next_write_raw[tx->tx_txg & TXG_MASK]) { in dsl_dataset_dirty()
2294 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_FALSE; in dsl_dataset_sync_done()
2296 ASSERT0(os->os_next_write_raw[tx->tx_txg & TXG_MASK]); in dsl_dataset_sync_done()
H A Dzil.c1199 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in zil_claim()
1229 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in zil_claim()
H A Ddsl_crypt.c2141 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in dsl_crypto_recv_raw_objset_sync()
H A Ddmu_objset.c1779 os->os_next_write_raw[tx->tx_txg & TXG_MASK]) { in dmu_objset_sync()