Searched refs:btree1 (Results 1 – 1 of 1) sorted by relevance
277 struct bplus_header *btree1 = btree; in hpfs_remove_btree() local288 while (bp_internal(btree1)) { in hpfs_remove_btree()289 ano = le32_to_cpu(btree1->u.internal[pos].down); in hpfs_remove_btree()295 btree1 = GET_BTREE_PTR(&anode->btree); in hpfs_remove_btree()299 for (i = 0; i < btree1->n_used_nodes; i++) in hpfs_remove_btree()300 …hpfs_free_sectors(s, le32_to_cpu(btree1->u.external[i].disk_secno), le32_to_cpu(btree1->u.external… in hpfs_remove_btree()311 btree1 = GET_BTREE_PTR(&anode->btree); in hpfs_remove_btree()312 } else btree1 = btree; in hpfs_remove_btree()313 for (i = 0; i < btree1->n_used_nodes; i++) { in hpfs_remove_btree()314 if (le32_to_cpu(btree1->u.internal[i].down) == oano) { in hpfs_remove_btree()[all …]