Searched refs:leaf_count (Results 1 – 8 of 8) sorted by relevance
169 tree->leaf_count = be32_to_cpu(head->leaf_count); in hfs_btree_open()299 head->leaf_count = cpu_to_be32(tree->leaf_count); in hfs_btree_write()
106 tree->leaf_count++; in hfs_brec_insert()192 tree->leaf_count--; in hfs_brec_remove()
47 u32 leaf_count; member
118 tree->leaf_count = be32_to_cpu(head->leaf_count); in hfs_btree_open()213 head->leaf_count = cpu_to_be32(tree->leaf_count); in hfs_btree_write()
31 u32 leaf_count; member
108 tree->leaf_count++; in hfs_brec_insert()191 tree->leaf_count--; in hfs_brec_remove()
483 __be32 leaf_count; /* (V) The number of leaf records */ member
3803 loff_t leaf_count; in max_file_blocks() local3813 leaf_count = ADDRS_PER_BLOCK(inode); in max_file_blocks()3815 leaf_count = DEF_ADDRS_PER_BLOCK; in max_file_blocks()3818 result += (leaf_count * 2); in max_file_blocks()3821 leaf_count *= NIDS_PER_BLOCK; in max_file_blocks()3822 result += (leaf_count * 2); in max_file_blocks()3825 leaf_count *= NIDS_PER_BLOCK; in max_file_blocks()3826 result += leaf_count; in max_file_blocks()