Searched refs:TXG_WAIT (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_synctask.c83 VERIFY0(dmu_tx_assign(tx, TXG_WAIT));
H A Dspa_history.c313 err = dmu_tx_assign(tx, TXG_WAIT);
484 if (dmu_tx_assign(htx, TXG_WAIT) != 0) {
H A Dzfs_dir.c345 error = dmu_tx_assign(tx, TXG_WAIT);
437 error = dmu_tx_assign(tx, TXG_WAIT);
731 error = dmu_tx_assign(tx, TXG_WAIT);
H A Dzvol.c517 error = dmu_tx_assign(tx, TXG_WAIT);
903 error = dmu_tx_assign(tx, TXG_WAIT);
931 error = dmu_tx_assign(tx, TXG_WAIT);
1650 error = dmu_tx_assign(tx, TXG_WAIT);
1679 error = dmu_tx_assign(tx, TXG_WAIT);
1893 error = dmu_tx_assign(tx, TXG_WAIT);
2238 error = dmu_tx_assign(tx, TXG_WAIT);
2404 error = dmu_tx_assign(tx, TXG_WAIT);
2524 error = dmu_tx_assign(tx, TXG_WAIT);
2564 error = dmu_tx_assign(tx, TXG_WAIT);
[all...]
H A Ddmu_tx.c1185 !(txg_how & TXG_WAIT))
1313 * If TXG_WAIT is set and the currently open txg is full, this function
1318 * If TXG_WAIT is *not* set and we can't assign into the currently open
1336 ASSERT0(txg_how & ~(TXG_WAIT | TXG_NOTHROTTLE));
1340 IMPLY((txg_how & TXG_WAIT), !dsl_pool_config_held(tx->tx_pool));
1348 if (err != ERESTART || !(txg_how & TXG_WAIT))
H A Dzfs_vnops.c112 * If no ZPL locks are held (aside from ZFS_ENTER()), use TXG_WAIT. This
123 * Thread A calls dmu_tx_assign(TXG_WAIT) and blocks in txg_wait_open()
1060 error = dmu_tx_assign(tx, TXG_WAIT);
1858 error = dmu_tx_assign(tx, TXG_WAIT);
1982 error = dmu_tx_assign(tx, TXG_WAIT);
2148 error = dmu_tx_assign(tx, TXG_WAIT);
2241 error = dmu_tx_assign(tx, TXG_WAIT);
3280 err = dmu_tx_assign(tx, TXG_WAIT);
3895 error = dmu_tx_assign(tx, TXG_WAIT);
4057 error = dmu_tx_assign(tx, TXG_WAIT);
[all...]
H A Dzil.c571 VERIFY(dmu_tx_assign(tx, TXG_WAIT) == 0);
636 VERIFY(dmu_tx_assign(tx, TXG_WAIT) == 0);
1004 VERIFY0(dmu_tx_assign(tx, TXG_WAIT | TXG_NOTHROTTLE));
H A Ddmu.c740 err = dmu_tx_assign(tx, TXG_WAIT);
792 err = dmu_tx_assign(tx, TXG_WAIT);
1624 if (dmu_tx_assign(tx, TXG_WAIT) != 0) {
H A Ddmu_send.c2066 err = dmu_tx_assign(tx, TXG_WAIT);
2175 err = dmu_tx_assign(tx, TXG_WAIT);
2252 err = dmu_tx_assign(tx, TXG_WAIT);
2289 err = dmu_tx_assign(tx, TXG_WAIT);
2331 err = dmu_tx_assign(tx, TXG_WAIT);
H A Dzfs_znode.c1560 error = dmu_tx_assign(tx, TXG_WAIT);
1673 error = dmu_tx_assign(tx, TXG_WAIT);
1765 error = dmu_tx_assign(tx, TXG_WAIT);
H A Dzfs_replay.c795 error = dmu_tx_assign(tx, TXG_WAIT);
H A Dzfs_vfsops.c781 err = dmu_tx_assign(tx, TXG_WAIT);
2412 error = dmu_tx_assign(tx, TXG_WAIT);
H A Ddsl_scan.c1721 VERIFY(0 == dmu_tx_assign(tx, TXG_WAIT));
H A Ddmu_objset.c1537 objerr = dmu_tx_assign(tx, TXG_WAIT);
H A Dzfs_ioctl.c5354 error = dmu_tx_assign(tx, TXG_WAIT);
H A Dspa.c5480 error = dmu_tx_assign(tx, TXG_WAIT);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h239 #define TXG_WAIT (1ULL<<0) macro
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1222 #define TXG_MIGHTWAIT (ztest_random(10) == 0 ? TXG_NOWAIT : TXG_WAIT)
1452 txg = ztest_tx_assign(tx, TXG_WAIT, FTAG);
1537 txg = ztest_tx_assign(tx, TXG_WAIT, FTAG);
1617 txg = ztest_tx_assign(tx, TXG_WAIT, FTAG);
1704 txg = ztest_tx_assign(tx, TXG_WAIT, FTAG);
1743 txg = ztest_tx_assign(tx, TXG_WAIT, FTAG);
2154 txg = ztest_tx_assign(tx, TXG_WAIT, FTAG);
5093 txg = ztest_tx_assign(tx, TXG_WAIT, FTAG);

Completed in 376 milliseconds