Searched refs:blk2 (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/powerpc/lib/ | 
| D | rheap.c | 614 	rh_block_t *blk, *blk2;  in rh_free()  local621 		blk2 = list_entry(l, rh_block_t, list);  in rh_free()
 622 		if (start < blk2->start)  in rh_free()
 624 		blk = blk2;  in rh_free()
 681 	rh_block_t *blk, *blk2;  in rh_set_owner()  local
 688 		blk2 = list_entry(l, rh_block_t, list);  in rh_set_owner()
 689 		if (start < blk2->start)  in rh_set_owner()
 691 		blk = blk2;  in rh_set_owner()
 
 | 
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_attr_leaf.c | 55 						   xfs_da_state_blk_t *blk2);1571 	struct xfs_da_state_blk	*blk2)  in xfs_attr3_leaf_rebalance()  argument
 1590 	ASSERT(blk2->magic == XFS_ATTR_LEAF_MAGIC);  in xfs_attr3_leaf_rebalance()
 1592 	leaf2 = blk2->bp->b_addr;  in xfs_attr3_leaf_rebalance()
 1607 	if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) {  in xfs_attr3_leaf_rebalance()
 1608 		swap(blk1, blk2);  in xfs_attr3_leaf_rebalance()
 1614 		leaf2 = blk2->bp->b_addr;  in xfs_attr3_leaf_rebalance()
 1627 						      blk2, &ichdr2,  in xfs_attr3_leaf_rebalance()
 1650 			xfs_attr3_leaf_compact(args, &ichdr2, blk2->bp);  in xfs_attr3_leaf_rebalance()
 1691 	xfs_trans_log_buf(args->trans, blk2->bp, 0, args->geo->blksize - 1);  in xfs_attr3_leaf_rebalance()
 [all …]
 
 | 
| D | xfs_dir2_node.c | 31 				     xfs_da_state_blk_t *blk2);998 	xfs_da_state_blk_t	*blk2)		/* second btree block */  in xfs_dir2_leafn_rebalance()  argument
 1021 	swap_blocks = xfs_dir2_leafn_order(dp, blk1->bp, blk2->bp);  in xfs_dir2_leafn_rebalance()
 1023 		swap(blk1, blk2);  in xfs_dir2_leafn_rebalance()
 1026 	leaf2 = blk2->bp->b_addr;  in xfs_dir2_leafn_rebalance()
 1065 					hdr1.count - count, blk2->bp,  in xfs_dir2_leafn_rebalance()
 1068 		xfs_dir3_leafn_moveents(args, blk2->bp, &hdr2, ents2, 0,  in xfs_dir2_leafn_rebalance()
 1079 	xfs_dir3_leaf_log_header(args, blk2->bp);  in xfs_dir2_leafn_rebalance()
 1082 	xfs_dir3_leaf_check(dp, blk2->bp);  in xfs_dir2_leafn_rebalance()
 1097 		blk2->index = blk1->index - hdr1.count;  in xfs_dir2_leafn_rebalance()
 [all …]
 
 | 
| D | xfs_da_btree.c | 542 	struct xfs_da_state_blk	*blk2)  in xfs_da3_root_split()  argument644 	btree[1].hashval = cpu_to_be32(blk2->hashval);  in xfs_da3_root_split()
 645 	btree[1].before = cpu_to_be32(blk2->blkno);  in xfs_da3_root_split()
 654 		ASSERT(blk2->blkno >= args->geo->leafblk &&  in xfs_da3_root_split()
 655 		       blk2->blkno < args->geo->freeblk);  in xfs_da3_root_split()
 770 	struct xfs_da_state_blk	*blk2)  in xfs_da3_node_rebalance()  argument
 790 	node2 = blk2->bp->b_addr;  in xfs_da3_node_rebalance()
 877 	xfs_trans_log_buf(tp, blk2->bp,  in xfs_da3_node_rebalance()
 888 		node2 = blk2->bp->b_addr;  in xfs_da3_node_rebalance()
 895 	blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval);  in xfs_da3_node_rebalance()
 [all …]
 
 | 
| /Linux-v5.4/Documentation/driver-api/nvdimm/ | 
| D | nvdimm.rst | 241   +------+  |       pm0.0       | blk2.0 | pm1.0  | blk2.1 |    0      region2264        REGION3 where "blk2.0" and "blk3.0" are just human readable names that
 271        each DIMM in the interleave set), "blk2.1", "blk3.1", "blk4.0", and
 873   +-------+ +-+BUS0+---> REGION2 +-+-> NAMESPACE2.0 +--> ND6  "blk2.0" |
 875   +-------+ |        |             +-> NAMESPACE2.1 +--> ND5  "blk2.1" | BTT2 |
 
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_log_recover.c | 37 #define BLK_AVG(blk1, blk2)	((blk1+blk2) >> 1)  argument
 |