Searched defs:hfs_btree_header_rec (Results 1 – 2 of 2) sorted by relevance
138 struct hfs_btree_header_rec { struct139 __be16 depth; /* (V) The number of levels in this B-tree */140 __be32 root; /* (V) The node number of the root node */141 __be32 leaf_count; /* (V) The number of leaf records */142 __be32 leaf_head; /* (V) The number of the first leaf node */143 __be32 leaf_tail; /* (V) The number of the last leaf node */144 __be16 node_size; /* (F) The number of bytes in a node (=512) */145 __be16 max_key_len; /* (F) The length of a key in an index node */146 __be32 node_count; /* (V) The total number of nodes */147 __be32 free_nodes; /* (V) The number of unused nodes */[all …]
166 struct hfs_btree_header_rec { struct167 __be16 depth;168 __be32 root;169 __be32 leaf_count;170 __be32 leaf_head;171 __be32 leaf_tail;172 __be16 node_size;173 __be16 max_key_len;174 __be32 node_count;175 __be32 free_nodes;[all …]