Home
last modified time | relevance | path

Searched refs:leaf_count (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/hfs/
Dbtree.h31 u32 leaf_count; member
150 __be32 leaf_count; /* (V) The number of leaf records */ member
Dbtree.c85 tree->leaf_count = be32_to_cpu(head->leaf_count); in hfs_btree_open()
175 head->leaf_count = cpu_to_be32(tree->leaf_count); in hfs_btree_write()
Dbrec.c108 tree->leaf_count++; in hfs_brec_insert()
190 tree->leaf_count--; in hfs_brec_remove()
/linux-4.19.296/fs/hfsplus/
Dbtree.c169 tree->leaf_count = be32_to_cpu(head->leaf_count); in hfs_btree_open()
298 head->leaf_count = cpu_to_be32(tree->leaf_count); in hfs_btree_write()
Dbrec.c106 tree->leaf_count++; in hfs_brec_insert()
192 tree->leaf_count--; in hfs_brec_remove()
Dhfsplus_raw.h170 __be32 leaf_count; member
Dhfsplus_fs.h80 u32 leaf_count; member
/linux-4.19.296/fs/f2fs/
Dsuper.c2063 loff_t leaf_count = ADDRS_PER_BLOCK; in max_file_blocks() local
2073 result += (leaf_count * 2); in max_file_blocks()
2076 leaf_count *= NIDS_PER_BLOCK; in max_file_blocks()
2077 result += (leaf_count * 2); in max_file_blocks()
2080 leaf_count *= NIDS_PER_BLOCK; in max_file_blocks()
2081 result += leaf_count; in max_file_blocks()