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

  /netvirt/usr/src/uts/common/fs/zfs/
dnode_sync.c 41 int txgoff = tx->tx_txg & TXG_MASK; local
44 int new_level = dn->dn_next_nlevels[txgoff];
441 int txgoff = tx->tx_txg & TXG_MASK; local
445 dnode_undirty_dbufs(&dn->dn_dirty_records[txgoff]);
460 dn->dn_next_nlevels[txgoff] = 0;
461 dn->dn_next_indblkshift[txgoff] = 0;
462 dn->dn_next_blksz[txgoff] = 0;
504 int txgoff = tx->tx_txg & TXG_MASK; local
505 list_t *list = &dn->dn_dirty_records[txgoff];
540 if (dn->dn_next_blksz[txgoff]) {
    [all...]
dnode.c 745 int txgoff = tx->tx_txg & TXG_MASK; local
765 if (list_link_active(&dn->dn_dirty_link[txgoff])) {
766 list_remove(&dn->dn_objset->os_dirty_dnodes[txgoff], dn);
767 list_insert_tail(&dn->dn_objset->os_free_dnodes[txgoff], dn);
849 uint64_t txgoff = tx->tx_txg & TXG_MASK; local
883 ASSERT3U(new_nlevels, >, dn->dn_next_nlevels[txgoff]);
884 dn->dn_next_nlevels[txgoff] = new_nlevels;
894 list = &dn->dn_dirty_records[txgoff];
896 dr_next = list_next(&dn->dn_dirty_records[txgoff], dr);
900 list_remove(&dn->dn_dirty_records[txgoff], dr)
    [all...]
dmu_objset.c 839 int txgoff; local
884 txgoff = tx->tx_txg & TXG_MASK;
886 dmu_objset_sync_dnodes(&os->os_free_dnodes[txgoff], tx);
887 dmu_objset_sync_dnodes(&os->os_dirty_dnodes[txgoff], tx);
889 list = &os->os_meta_dnode->dn_dirty_records[txgoff];
dbuf.c 865 int txgoff = tx->tx_txg & TXG_MASK; local
947 dn->dn_next_nlevels[txgoff] > db->db_level ||
1048 list_insert_tail(&dn->dn_dirty_records[txgoff], dr);
1102 list_insert_tail(&dn->dn_dirty_records[txgoff], dr);
    [all...]

Completed in 420 milliseconds