Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zfs/
H A Ddnode.c564 dn->dn_storage_type = newtype; in dnode_set_storage_type()
628 dn->dn_storage_type = DMU_OT_NONE; in dnode_create()
711 dn->dn_storage_type = DMU_OT_NONE; in dnode_destroy()
968 ndn->dn_storage_type = odn->dn_storage_type; in dnode_move_impl()
1025 odn->dn_storage_type = DMU_OT_NONE; in dnode_move_impl()
H A Ddmu.c2402 dn ? dn->dn_storage_type : DMU_OT_NONE; in dmu_write_policy()
2521 zp->zp_storage_type = dn ? dn->dn_storage_type : DMU_OT_NONE; in dmu_write_policy()
H A Ddbuf.c450 dmu_object_type_t type = dn->dn_storage_type; in dbuf_include_in_metadata_cache()
/src/sys/contrib/openzfs/include/sys/
H A Ddnode.h378 dmu_object_type_t dn_storage_type; /* type for storage class */ member