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