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 …]
155 struct hfs_btree_header_rec { struct156 __be16 depth;157 __be32 root;158 __be32 leaf_count;159 __be32 leaf_head;160 __be32 leaf_tail;161 __be16 node_size;162 __be16 max_key_len;163 __be32 node_count;164 __be32 free_nodes;[all …]