Home
last modified time | relevance | path

Searched refs:btree1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/hpfs/
Danode.c275 struct bplus_header *btree1 = btree; in hpfs_remove_btree() local
286 while (bp_internal(btree1)) { in hpfs_remove_btree()
287 ano = le32_to_cpu(btree1->u.internal[pos].down); in hpfs_remove_btree()
293 btree1 = &anode->btree; in hpfs_remove_btree()
297 for (i = 0; i < btree1->n_used_nodes; i++) in hpfs_remove_btree()
298 …hpfs_free_sectors(s, le32_to_cpu(btree1->u.external[i].disk_secno), le32_to_cpu(btree1->u.external… in hpfs_remove_btree()
309 btree1 = &anode->btree; in hpfs_remove_btree()
310 } else btree1 = btree; in hpfs_remove_btree()
311 for (i = 0; i < btree1->n_used_nodes; i++) { in hpfs_remove_btree()
312 if (le32_to_cpu(btree1->u.internal[i].down) == oano) { in hpfs_remove_btree()
[all …]
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_da_btree.c738 struct xfs_da_node_entry *btree1; in xfs_da3_node_rebalance() local
756 btree1 = dp->d_ops->node_tree_p(node1); in xfs_da3_node_rebalance()
764 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
766 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) { in xfs_da3_node_rebalance()
772 btree1 = dp->d_ops->node_tree_p(node1); in xfs_da3_node_rebalance()
802 btree_s = &btree1[nodehdr1.count - count]; in xfs_da3_node_rebalance()
814 btree_d = &btree1[nodehdr1.count]; in xfs_da3_node_rebalance()
854 btree1 = dp->d_ops->node_tree_p(node1); in xfs_da3_node_rebalance()
857 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance()
1614 struct xfs_da_node_entry *btree1; in xfs_da3_node_order() local
[all …]