Searched refs:os_dirty_dnodes (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_objset.h113 list_t os_dirty_dnodes[TXG_SIZE]; member in struct:objset
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c426 list_create(&os->os_dirty_dnodes[i], sizeof (dnode_t),
1102 dmu_objset_sync_dnodes(&os->os_dirty_dnodes[txgoff], newlist, tx);
1122 return (!list_is_empty(&os->os_dirty_dnodes[txg & TXG_MASK]) ||
H A Ddsl_pool.c652 if (list_head(&mos->os_dirty_dnodes[txg & TXG_MASK]) != NULL ||
H A Ddnode.c1290 list_insert_tail(&os->os_dirty_dnodes[txg&TXG_MASK], dn);
1335 list_remove(&dn->dn_objset->os_dirty_dnodes[txgoff], dn);

Completed in 85 milliseconds