Home
last modified time | relevance | path

Searched refs:dn_storage_type (Results 1 – 4 of 4) 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()
701 dn->dn_storage_type = DMU_OT_NONE; in dnode_destroy()
965 ndn->dn_storage_type = odn->dn_storage_type; in dnode_move_impl()
1022 odn->dn_storage_type = DMU_OT_NONE; in dnode_move_impl()
H A Ddmu.c2576 dn ? dn->dn_storage_type : DMU_OT_NONE; in dmu_write_policy()
2695 zp->zp_storage_type = dn ? dn->dn_storage_type : DMU_OT_NONE; in dmu_write_policy()
H A Ddbuf.c440 dmu_object_type_t type = dn->dn_storage_type; in dbuf_include_in_metadata_cache()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddnode.h368 dmu_object_type_t dn_storage_type; /* type for storage class */ member