Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h157 boolean_t os_next_write_raw[TXG_SIZE]; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c697 !os->os_next_write_raw[txg & TXG_MASK]) { in dsl_pool_sync()
716 !os->os_next_write_raw[txg & TXG_MASK]) { in dsl_pool_sync()
H A Ddsl_dataset.c1025 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in dsl_dataset_zero_zil()
1188 !os->os_next_write_raw[tx->tx_txg & TXG_MASK]) { in dsl_dataset_dirty()
1866 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_FALSE; in dsl_dataset_sync_done()
1868 ASSERT0(os->os_next_write_raw[tx->tx_txg & TXG_MASK]); in dsl_dataset_sync_done()
H A Dzil.c827 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in zil_claim()
857 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in zil_claim()
H A Ddmu_objset.c1707 os->os_next_write_raw[tx->tx_txg & TXG_MASK]) { in dmu_objset_sync()
H A Ddsl_crypt.c2129 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in dsl_crypto_recv_raw_objset_sync()