HomeSort by: relevance | last modified time | path
    Searched refs:os_dirty_dnodes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu_objset.h 122 list_t os_dirty_dnodes[TXG_SIZE]; member in struct:objset
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_objset.c 450 list_create(&os->os_dirty_dnodes[i], sizeof (dnode_t),
1170 dmu_objset_sync_dnodes(&os->os_dirty_dnodes[txgoff], newlist, tx);
1190 return (!list_is_empty(&os->os_dirty_dnodes[txg & TXG_MASK]) ||
dsl_pool.c 661 if (list_head(&mos->os_dirty_dnodes[txg & TXG_MASK]) != NULL ||
dnode.c 1316 list_insert_tail(&os->os_dirty_dnodes[txg&TXG_MASK], dn);
1361 list_remove(&dn->dn_objset->os_dirty_dnodes[txgoff], dn);

Completed in 51 milliseconds