Searched defs:hfs_btree_header_rec (Results 1 – 2 of 2) sorted by relevance
147 struct hfs_btree_header_rec { struct148 __be16 depth; /* (V) The number of levels in this B-tree */149 __be32 root; /* (V) The node number of the root node */150 __be32 leaf_count; /* (V) The number of leaf records */151 __be32 leaf_head; /* (V) The number of the first leaf node */152 __be32 leaf_tail; /* (V) The number of the last leaf node */153 __be16 node_size; /* (F) The number of bytes in a node (=512) */154 __be16 max_key_len; /* (F) The length of a key in an index node */155 __be32 node_count; /* (V) The total number of nodes */156 __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 …]