blk1               54 fs/xfs/libxfs/xfs_attr_leaf.c 						   xfs_da_state_blk_t *blk1,
blk1             1570 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_da_state_blk	*blk1,
blk1             1589 fs/xfs/libxfs/xfs_attr_leaf.c 	ASSERT(blk1->magic == XFS_ATTR_LEAF_MAGIC);
blk1             1591 fs/xfs/libxfs/xfs_attr_leaf.c 	leaf1 = blk1->bp->b_addr;
blk1             1607 fs/xfs/libxfs/xfs_attr_leaf.c 	if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) {
blk1             1608 fs/xfs/libxfs/xfs_attr_leaf.c 		swap(blk1, blk2);
blk1             1613 fs/xfs/libxfs/xfs_attr_leaf.c 		leaf1 = blk1->bp->b_addr;
blk1             1626 fs/xfs/libxfs/xfs_attr_leaf.c 	state->inleaf = xfs_attr3_leaf_figure_balance(state, blk1, &ichdr1,
blk1             1679 fs/xfs/libxfs/xfs_attr_leaf.c 			xfs_attr3_leaf_compact(args, &ichdr1, blk1->bp);
blk1             1690 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_trans_log_buf(args->trans, blk1->bp, 0, args->geo->blksize - 1);
blk1             1698 fs/xfs/libxfs/xfs_attr_leaf.c 	blk1->hashval = be32_to_cpu(entries1[ichdr1.count - 1].hashval);
blk1             1713 fs/xfs/libxfs/xfs_attr_leaf.c 	if (blk1->index > ichdr1.count) {
blk1             1715 fs/xfs/libxfs/xfs_attr_leaf.c 		blk2->index = blk1->index - ichdr1.count;
blk1             1718 fs/xfs/libxfs/xfs_attr_leaf.c 	} else if (blk1->index == ichdr1.count) {
blk1             1720 fs/xfs/libxfs/xfs_attr_leaf.c 			args->index = blk1->index;
blk1             1721 fs/xfs/libxfs/xfs_attr_leaf.c 			args->blkno = blk1->blkno;
blk1             1730 fs/xfs/libxfs/xfs_attr_leaf.c 			blk2->index = blk1->index - ichdr1.count;
blk1             1745 fs/xfs/libxfs/xfs_attr_leaf.c 		args->index = args->index2 = blk1->index;
blk1             1746 fs/xfs/libxfs/xfs_attr_leaf.c 		args->blkno = args->blkno2 = blk1->blkno;
blk1             1760 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_da_state_blk		*blk1,
blk1             1767 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr_leafblock	*leaf1 = blk1->bp->b_addr;
blk1             1796 fs/xfs/libxfs/xfs_attr_leaf.c 		if (count == blk1->index) {
blk1              541 fs/xfs/libxfs/xfs_da_btree.c 	struct xfs_da_state_blk	*blk1,
blk1              575 fs/xfs/libxfs/xfs_da_btree.c 	oldroot = blk1->bp->b_addr;
blk1              625 fs/xfs/libxfs/xfs_da_btree.c 	bp->b_ops = blk1->bp->b_ops;
blk1              626 fs/xfs/libxfs/xfs_da_btree.c 	xfs_trans_buf_copy_type(bp, blk1->bp);
blk1              627 fs/xfs/libxfs/xfs_da_btree.c 	blk1->bp = bp;
blk1              628 fs/xfs/libxfs/xfs_da_btree.c 	blk1->blkno = blkno;
blk1              642 fs/xfs/libxfs/xfs_da_btree.c 	btree[0].hashval = cpu_to_be32(blk1->hashval);
blk1              643 fs/xfs/libxfs/xfs_da_btree.c 	btree[0].before = cpu_to_be32(blk1->blkno);
blk1              652 fs/xfs/libxfs/xfs_da_btree.c 		ASSERT(blk1->blkno >= args->geo->leafblk &&
blk1              653 fs/xfs/libxfs/xfs_da_btree.c 		       blk1->blkno < args->geo->freeblk);
blk1              769 fs/xfs/libxfs/xfs_da_btree.c 	struct xfs_da_state_blk	*blk1,
blk1              789 fs/xfs/libxfs/xfs_da_btree.c 	node1 = blk1->bp->b_addr;
blk1              855 fs/xfs/libxfs/xfs_da_btree.c 		xfs_trans_log_buf(tp, blk1->bp,
blk1              873 fs/xfs/libxfs/xfs_da_btree.c 	xfs_trans_log_buf(tp, blk1->bp,
blk1              887 fs/xfs/libxfs/xfs_da_btree.c 		node1 = blk1->bp->b_addr;
blk1              894 fs/xfs/libxfs/xfs_da_btree.c 	blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval);
blk1              900 fs/xfs/libxfs/xfs_da_btree.c 	if (blk1->index >= nodehdr1.count) {
blk1              901 fs/xfs/libxfs/xfs_da_btree.c 		blk2->index = blk1->index - nodehdr1.count;
blk1              902 fs/xfs/libxfs/xfs_da_btree.c 		blk1->index = nodehdr1.count + 1;	/* make it invalid */
blk1               30 fs/xfs/libxfs/xfs_dir2_node.c 				     xfs_da_state_blk_t *blk1,
blk1              997 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_da_state_blk_t	*blk1,		/* first btree block */
blk1             1021 fs/xfs/libxfs/xfs_dir2_node.c 	swap_blocks = xfs_dir2_leafn_order(dp, blk1->bp, blk2->bp);
blk1             1023 fs/xfs/libxfs/xfs_dir2_node.c 		swap(blk1, blk2);
blk1             1025 fs/xfs/libxfs/xfs_dir2_node.c 	leaf1 = blk1->bp->b_addr;
blk1             1064 fs/xfs/libxfs/xfs_dir2_node.c 		xfs_dir3_leafn_moveents(args, blk1->bp, &hdr1, ents1,
blk1             1069 fs/xfs/libxfs/xfs_dir2_node.c 					blk1->bp, &hdr1, ents1,
blk1             1078 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir3_leaf_log_header(args, blk1->bp);
blk1             1081 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir3_leaf_check(dp, blk1->bp);
blk1             1092 fs/xfs/libxfs/xfs_dir2_node.c 		state->inleaf = swap_blocks ^ (blk1->index <= hdr1.count);
blk1             1097 fs/xfs/libxfs/xfs_dir2_node.c 		blk2->index = blk1->index - hdr1.count;
blk1             1108 fs/xfs/libxfs/xfs_dir2_node.c 			__func__, blk1->index);
blk1               37 fs/xfs/xfs_log_recover.c #define BLK_AVG(blk1, blk2)	((blk1+blk2) >> 1)