Searched defs:hfs_bnode_desc (Results 1 – 2 of 2) sorted by relevance
133 struct hfs_bnode_desc { struct134 __be32 next; /* (V) Number of the next node at this level */135 __be32 prev; /* (V) Number of the prev node at this level */136 u8 type; /* (F) The type of node */137 u8 height; /* (F) The level of this node (leaves=1) */138 __be16 num_recs; /* (V) The number of records in this node */139 u16 reserved;
151 struct hfs_bnode_desc { struct152 __be32 next;153 __be32 prev;154 s8 type;155 u8 height;156 __be16 num_recs;157 u16 reserved;