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.h173 boolean_t os_next_write_raw[TXG_SIZE]; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_pool.c768 !os->os_next_write_raw[txg & TXG_MASK]) { in dsl_pool_sync()
788 !os->os_next_write_raw[txg & TXG_MASK]) { in dsl_pool_sync()
H A Ddsl_dataset.c1302 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in dsl_dataset_zero_zil()
1484 !os->os_next_write_raw[tx->tx_txg & TXG_MASK]) { in dsl_dataset_dirty()
2300 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_FALSE; in dsl_dataset_sync_done()
2302 ASSERT0(os->os_next_write_raw[tx->tx_txg & TXG_MASK]); in dsl_dataset_sync_done()
H A Dzil.c1200 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in zil_claim()
1230 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in zil_claim()
H A Ddsl_crypt.c2142 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in dsl_crypto_recv_raw_objset_sync()
H A Ddmu_objset.c1780 os->os_next_write_raw[tx->tx_txg & TXG_MASK]) { in dmu_objset_sync()