Home
last modified time | relevance | path

Searched refs:dn_dirtyctx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c154 dn->dn_dirtyctx = 0; in dnode_cons()
211 ASSERT0(dn->dn_dirtyctx); in dnode_dest()
537 dn->dn_dirtyctx = 0; in dnode_destroy()
644 dn->dn_dirtyctx = 0; in dnode_allocate()
803 ndn->dn_dirtyctx = odn->dn_dirtyctx; in dnode_move_impl()
872 odn->dn_dirtyctx = 0; in dnode_move_impl()
H A Ddbuf.c1719 dn->dn_dirtyctx == DN_UNDIRTIED || dn->dn_dirtyctx == in dbuf_dirty()
1737 if (dn->dn_dirtyctx == DN_UNDIRTIED) { in dbuf_dirty()
1743 dn->dn_dirtyctx = (dmu_tx_is_syncing(tx) ? in dbuf_dirty()
1781 dn->dn_dirtyctx == DN_UNDIRTIED || dn->dn_dirtyctx == in dbuf_dirty()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h314 enum dnode_dirtycontext dn_dirtyctx; member