Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode.c554 dn->dn_storage_type = newtype; in dnode_set_storage_type()
618 dn->dn_storage_type = DMU_OT_NONE; in dnode_create()
703 dn->dn_storage_type = DMU_OT_NONE; in dnode_destroy()
964 ndn->dn_storage_type = odn->dn_storage_type; in dnode_move_impl()
1023 odn->dn_storage_type = DMU_OT_NONE; in dnode_move_impl()
H A Ddmu.c2381 dn ? dn->dn_storage_type : DMU_OT_NONE; in dmu_write_policy()
2482 zp->zp_storage_type = dn ? dn->dn_storage_type : DMU_OT_NONE; in dmu_write_policy()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddnode.h385 dmu_object_type_t dn_storage_type; /* type for storage class */ member