Searched defs:hfs_bnode_desc (Results 1 – 2 of 2) sorted by relevance
124 struct hfs_bnode_desc { struct125 __be32 next; /* (V) Number of the next node at this level */126 __be32 prev; /* (V) Number of the prev node at this level */127 u8 type; /* (F) The type of node */128 u8 height; /* (F) The level of this node (leaves=1) */129 __be16 num_recs; /* (V) The number of records in this node */130 u16 reserved;
138 struct hfs_bnode_desc { struct139 __be32 next;140 __be32 prev;141 s8 type;142 u8 height;143 __be16 num_recs;144 u16 reserved;