Lines Matching defs:txg

553 	dprintf("os=%p obj=%llu txg=%llu blocksize=%d ibs=%d\n", dn->dn_objset,
1269 uint64_t txg = tx->tx_txg;
1281 ASSERT(dn->dn_free_txg == 0 || dn->dn_free_txg >= txg);
1295 if (list_link_active(&dn->dn_dirty_link[txg & TXG_MASK])) {
1303 ASSERT0(dn->dn_next_bonuslen[txg&TXG_MASK]);
1304 ASSERT0(dn->dn_next_blksz[txg&TXG_MASK]);
1305 ASSERT0(dn->dn_next_bonustype[txg&TXG_MASK]);
1307 dprintf_ds(os->os_dsl_dataset, "obj=%llu txg=%llu\n",
1308 dn->dn_object, txg);
1310 if (dn->dn_free_txg > 0 && dn->dn_free_txg <= txg) {
1311 list_insert_tail(&os->os_free_dnodes[txg&TXG_MASK], dn);
1313 list_insert_tail(&os->os_dirty_dnodes[txg&TXG_MASK], dn);
1339 dprintf("dn=%p txg=%llu\n", dn, tx->tx_txg);
1661 * - The dirty space accounting will put pressure on the txg sync
1725 dprintf_dnode(dn, "blkid=%llu nblks=%llu txg=%llu\n",
1750 /* return TRUE if this blkid was freed in a recent txg, or FALSE if it wasn't */
1814 * the amount of memory in use by the currently open txg.
1851 int lvl, uint64_t blkfill, uint64_t txg)
1866 ASSERT(txg == 0 || !hole);
1898 if (db != NULL && txg != 0 && (db->db_blkptr == NULL ||
1899 db->db_blkptr->blk_birth <= txg ||
1936 (hole || bp[i].blk_birth > txg))
1972 * dnode_next_offset(mdn, flags, offset, 0, DNODES_PER_BLOCK, txg);
1974 * Only finds objects that have new contents since txg (ie.
1984 int minlvl, uint64_t blkfill, uint64_t txg)
2012 flags, offset, lvl, blkfill, txg);
2019 flags, offset, lvl, blkfill, txg);
2026 if ((flags & DNODE_FIND_HOLE) && error == ESRCH && txg == 0 &&