Searched defs:hfs_bnode_desc (Results 1 – 2 of 2) sorted by relevance
126 struct hfs_bnode_desc { struct127 __be32 next; /* (V) Number of the next node at this level */128 __be32 prev; /* (V) Number of the prev node at this level */129 u8 type; /* (F) The type of node */130 u8 height; /* (F) The level of this node (leaves=1) */131 __be16 num_recs; /* (V) The number of records in this node */132 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;