Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dnode.h66 __field(boolean_t, dn_have_spill)
88 __entry->dn_have_spill = dn->dn_have_spill;
104 __entry->dn_have_spill, __entry->refcount, __entry->dbufs)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddnode.c156 dn->dn_have_spill = B_FALSE; in dnode_cons()
213 ASSERT(!dn->dn_have_spill); in dnode_dest()
428 dn->dn_have_spill = B_FALSE; in dnode_rm_spill()
479 dn->dn_have_spill = ((dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) != 0); in dnode_create()
554 dn->dn_have_spill = B_FALSE; in dnode_destroy()
814 ndn->dn_have_spill = odn->dn_have_spill; in dnode_move_impl()
877 odn->dn_have_spill = B_FALSE; in dnode_move_impl()
H A Ddnode_sync.c607 dn->dn_have_spill = B_FALSE; in dnode_sync_free()
H A Ddmu_tx.c1350 if (dn->dn_have_spill) { in dmu_tx_hold_sa()
H A Ddmu.c455 if (!dn->dn_have_spill) { in dmu_spill_hold_existing()
H A Ddbuf.c2102 dn->dn_have_spill = B_TRUE; in dbuf_dirty()
2863 if (dn->dn_have_spill && in dbuf_findbp()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h360 boolean_t dn_have_spill; /* have spill or are spilling */ member