Lines Matching refs:node1
880 struct xfs_da_intnode *node1; in xfs_da3_node_rebalance() local
896 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
898 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
911 swap(node1, node2); in xfs_da3_node_rebalance()
912 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
961 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance()
977 xfs_da3_node_hdr_to_disk(dp->i_mount, node1, &nodehdr1); in xfs_da3_node_rebalance()
979 XFS_DA_LOGRANGE(node1, &node1->hdr, in xfs_da3_node_rebalance()
993 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
995 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
1777 struct xfs_da_intnode *node1; in xfs_da3_node_order() local
1784 node1 = node1_bp->b_addr; in xfs_da3_node_order()
1786 xfs_da3_node_hdr_from_disk(dp->i_mount, &node1hdr, node1); in xfs_da3_node_order()