Home
last modified time | relevance | path

Searched defs:hfs_btree_header_rec (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/fs/hfs/
Dbtree.h138 struct hfs_btree_header_rec { struct
139 __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 …]
/linux-3.3/fs/hfsplus/
Dhfsplus_raw.h155 struct hfs_btree_header_rec { struct
156 __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 …]