Home
last modified time | relevance | path

Searched defs:ddt_entry (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dddt.h121 struct ddt_entry { struct
122 ddt_key_t dde_key;
123 ddt_phys_t dde_phys[DDT_PHYS_TYPES];
124 zio_t *dde_lead_zio[DDT_PHYS_TYPES];
125 struct abd *dde_repair_abd;
126 enum ddt_type dde_type;
127 enum ddt_class dde_class;
128 uint8_t dde_loading;
129 uint8_t dde_loaded;
130 kcondvar_t dde_cv;
[all …]