Searched refs:blk2 (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/lib/ |
H A D | rheap.c | 614 rh_block_t *blk, *blk2; in rh_free() local 621 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/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 58 xfs_da_state_blk_t *blk2); 1701 struct xfs_da_state_blk *blk2) in xfs_attr3_leaf_rebalance() argument 1720 ASSERT(blk2->magic == XFS_ATTR_LEAF_MAGIC); in xfs_attr3_leaf_rebalance() 1722 leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_rebalance() 1737 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) { in xfs_attr3_leaf_rebalance() 1738 swap(blk1, blk2); in xfs_attr3_leaf_rebalance() 1744 leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_rebalance() 1757 blk2, &ichdr2, in xfs_attr3_leaf_rebalance() 1780 xfs_attr3_leaf_compact(args, &ichdr2, blk2->bp); in xfs_attr3_leaf_rebalance() 1821 xfs_trans_log_buf(args->trans, blk2->bp, 0, args->geo->blksize - 1); in xfs_attr3_leaf_rebalance() [all …]
|
H A D | xfs_da_btree.c | 725 struct xfs_da_state_blk *blk2) in xfs_da3_root_split() argument 806 btree[1].hashval = cpu_to_be32(blk2->hashval); in xfs_da3_root_split() 807 btree[1].before = cpu_to_be32(blk2->blkno); in xfs_da3_root_split() 816 ASSERT(blk2->blkno >= args->geo->leafblk && in xfs_da3_root_split() 817 blk2->blkno < args->geo->freeblk); in xfs_da3_root_split() 932 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance() argument 951 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance() 1037 xfs_trans_log_buf(tp, blk2->bp, in xfs_da3_node_rebalance() 1048 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance() 1055 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance() [all …]
|
/linux/fs/xfs/ |
H A D | xfs_log_recover.c | 32 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument
|