Searched refs:leaf_count (Results 1 – 8 of 8) sorted by relevance
168 tree->leaf_count = be32_to_cpu(head->leaf_count); in hfs_btree_open()297 head->leaf_count = cpu_to_be32(tree->leaf_count); in hfs_btree_write()
104 tree->leaf_count++; in hfs_brec_insert()190 tree->leaf_count--; in hfs_brec_remove()
169 __be32 leaf_count; member
80 u32 leaf_count; member
84 tree->leaf_count = be32_to_cpu(head->leaf_count); in hfs_btree_open()174 head->leaf_count = cpu_to_be32(tree->leaf_count); in hfs_btree_write()
23 u32 leaf_count; member141 __be32 leaf_count; /* (V) The number of leaf records */ member
106 tree->leaf_count++; in hfs_brec_insert()188 tree->leaf_count--; in hfs_brec_remove()
1844 loff_t leaf_count = ADDRS_PER_BLOCK; in max_file_blocks() local1854 result += (leaf_count * 2); in max_file_blocks()1857 leaf_count *= NIDS_PER_BLOCK; in max_file_blocks()1858 result += (leaf_count * 2); in max_file_blocks()1861 leaf_count *= NIDS_PER_BLOCK; in max_file_blocks()1862 result += leaf_count; in max_file_blocks()