Lines Matching defs:dnode
145 typedef struct dnode { struct
160 struct dnode_handle *dn_handle; argument
161 dnode_phys_t *dn_phys; /* pointer into dn->dn_dbuf->db.db_data */ argument
165 * context (eg. even before the dnode is first synced). argument
177 uint8_t dn_moved; /* Has this dnode been moved? */ argument
178 uint16_t dn_datablkszsec; /* in 512b sectors */
179 uint32_t dn_datablksz; /* in bytes */
203 enum dnode_dirtycontext dn_dirtyctx; argument
204 uint8_t *dn_dirtyctx_firstset; /* dbg: contents meaningless */
230 } dnode_t; argument
233 * Adds a level of indirection between the dbuf and the dnode to avoid argument