Documentation/DnodeSync

From OpenZFS
Revision as of 21:33, 7 October 2013 by Max (talk | contribs) (Created page with "Much of ZFS's internal code focuses around manipulation of objects called dnodes. Dnodes can represent a number of things, just take a look at the enum used for dnode's dn_typ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Much of ZFS's internal code focuses around manipulation of objects called dnodes. Dnodes can represent a number of things, just take a look at the enum used for dnode's dn_type field:

Dnode types.png