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;
150 struct hfs_bnode_desc { struct151 __be32 next;152 __be32 prev;153 s8 type;154 u8 height;155 __be16 num_recs;156 u16 reserved;