Home
last modified time | relevance | path

Searched refs:dn_have_spill (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c157 dn->dn_have_spill = B_FALSE; in dnode_cons()
214 ASSERT(!dn->dn_have_spill); in dnode_dest()
417 dn->dn_have_spill = B_FALSE; in dnode_rm_spill()
471 dn->dn_have_spill = ((dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) != 0); in dnode_create()
549 dn->dn_have_spill = B_FALSE; in dnode_destroy()
811 ndn->dn_have_spill = odn->dn_have_spill; in dnode_move_impl()
874 odn->dn_have_spill = B_FALSE; in dnode_move_impl()
H A Ddnode_sync.c604 dn->dn_have_spill = B_FALSE; in dnode_sync_free()
H A Ddmu_tx.c1333 if (dn->dn_have_spill) { in dmu_tx_hold_sa()
H A Ddbuf.c1759 dn->dn_have_spill = B_TRUE; in dbuf_dirty()
2434 if (dn->dn_have_spill && in dbuf_findbp()
H A Ddmu.c508 if (!dn->dn_have_spill) { in dmu_spill_hold_existing()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h338 boolean_t dn_have_spill; /* have spill or are spilling */ member