Home
last modified time | relevance | path

Searched refs:dn_next_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddnode_sync.c703 if (dn->dn_next_type[txgoff] != 0) { in dnode_sync()
705 dn->dn_next_type[txgoff] = 0; in dnode_sync()
H A Ddmu_object.c480 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify()
H A Ddnode.c133 memset(dn->dn_next_type, 0, sizeof (dn->dn_next_type)); in dnode_cons()
893 memcpy(ndn->dn_next_type, odn->dn_next_type, in dnode_move_impl()
894 sizeof (odn->dn_next_type)); in dnode_move_impl()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Ddnode.h318 uint8_t dn_next_type[TXG_SIZE]; member