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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c143 dn->dn_have_spill = B_FALSE;
195 ASSERT(!dn->dn_have_spill);
385 dn->dn_have_spill = B_FALSE;
436 dn->dn_have_spill = ((dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) != 0);
515 dn->dn_have_spill = B_FALSE;
759 ndn->dn_have_spill = odn->dn_have_spill;
819 odn->dn_have_spill = B_FALSE;
H A Ddnode_sync.c531 dn->dn_have_spill = B_FALSE;
H A Ddmu_tx.c1708 if (dn->dn_have_spill) {
H A Ddmu.c395 if (!dn->dn_have_spill) {
H A Ddbuf.c1552 dn->dn_have_spill = B_TRUE;
2173 if (dn->dn_have_spill &&
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h234 boolean_t dn_have_spill; /* have spill or are spilling */ member in struct:dnode

Completed in 65 milliseconds