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

/linux-master/fs/hpfs/
H A Danode.c276 struct bplus_header *btree1 = btree; local
287 while (bp_internal(btree1)) {
288 ano = le32_to_cpu(btree1->u.internal[pos].down);
294 btree1 = &anode->btree;
298 for (i = 0; i < btree1->n_used_nodes; i++)
299 hpfs_free_sectors(s, le32_to_cpu(btree1->u.external[i].disk_secno), le32_to_cpu(btree1->u.external[i].length));
310 btree1 = &anode->btree;
311 } else btree1 = btree;
312 for (i = 0; i < btree1
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c890 struct xfs_da_node_entry *btree1; local
908 btree1 = nodehdr1.btree;
916 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) ||
918 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) {
922 btree1 = nodehdr1.btree;
952 btree_s = &btree1[nodehdr1.count - count];
964 btree_d = &btree1[nodehdr1.count];
1005 btree1 = nodehdr1.btree;
1008 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval);
1788 struct xfs_da_node_entry *btree1; local
[all...]

Completed in 201 milliseconds