HomeSort by relevance Sort by last modified time
    Searched refs:txgoff (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
dnode_sync.c 39 int txgoff = tx->tx_txg & TXG_MASK; local
42 int new_level = dn->dn_next_nlevels[txgoff];
449 int txgoff = tx->tx_txg & TXG_MASK; local
460 dnode_undirty_dbufs(&dn->dn_dirty_records[txgoff]);
475 dn->dn_next_nlevels[txgoff] = 0;
476 dn->dn_next_indblkshift[txgoff] = 0;
477 dn->dn_next_blksz[txgoff] = 0;
512 int txgoff = tx->tx_txg & TXG_MASK; local
513 list_t *list = &dn->dn_dirty_records[txgoff];
555 if (dn->dn_next_blksz[txgoff]) {
    [all...]
dnode.c 754 int txgoff = tx->tx_txg & TXG_MASK; local
774 if (list_link_active(&dn->dn_dirty_link[txgoff])) {
775 list_remove(&dn->dn_objset->os_dirty_dnodes[txgoff], dn);
776 list_insert_tail(&dn->dn_objset->os_free_dnodes[txgoff], dn);
857 uint64_t txgoff = tx->tx_txg & TXG_MASK; local
903 ASSERT3U(new_nlevels, >, dn->dn_next_nlevels[txgoff]);
904 dn->dn_next_nlevels[txgoff] = new_nlevels;
914 list = &dn->dn_dirty_records[txgoff];
916 dr_next = list_next(&dn->dn_dirty_records[txgoff], dr);
920 list_remove(&dn->dn_dirty_records[txgoff], dr)
    [all...]
dmu_objset.c 946 int txgoff; local
1001 txgoff = tx->tx_txg & TXG_MASK;
1010 offsetof(dnode_t, dn_dirty_link[txgoff]));
1013 dmu_objset_sync_dnodes(&os->os_free_dnodes[txgoff], newlist, tx);
1014 dmu_objset_sync_dnodes(&os->os_dirty_dnodes[txgoff], newlist, tx);
1016 list = &os->os_meta_dnode->dn_dirty_records[txgoff];
    [all...]
dbuf.c 902 int txgoff = tx->tx_txg & TXG_MASK; local
983 dn->dn_next_nlevels[txgoff] > db->db_level ||
1077 list_insert_tail(&dn->dn_dirty_records[txgoff], dr);
1144 list_insert_tail(&dn->dn_dirty_records[txgoff], dr)
    [all...]

Completed in 2289 milliseconds