Home
last modified time | relevance | path

Searched refs:blk2 (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/lib/
A Drheap.c614 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/
A Dxfs_attr_leaf.c58 xfs_da_state_blk_t *blk2);
1714 struct xfs_da_state_blk *blk2) in xfs_attr3_leaf_rebalance() argument
1735 leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_rebalance()
1751 swap(blk1, blk2); in xfs_attr3_leaf_rebalance()
1757 leaf2 = blk2->bp->b_addr; in xfs_attr3_leaf_rebalance()
1770 blk2, &ichdr2, in xfs_attr3_leaf_rebalance()
1866 args->blkno2 = blk2->blkno; in xfs_attr3_leaf_rebalance()
1874 args->index = blk2->index; in xfs_attr3_leaf_rebalance()
1875 args->blkno = blk2->blkno; in xfs_attr3_leaf_rebalance()
1882 args->index2 = blk2->index; in xfs_attr3_leaf_rebalance()
[all …]
A Dxfs_dir2_node.c32 xfs_da_state_blk_t *blk2);
1074 xfs_da_state_blk_t *blk2) /* second btree block */ in xfs_dir2_leafn_rebalance() argument
1099 swap(blk1, blk2); in xfs_dir2_leafn_rebalance()
1102 leaf2 = blk2->bp->b_addr; in xfs_dir2_leafn_rebalance()
1141 hdr1.count - count, blk2->bp, in xfs_dir2_leafn_rebalance()
1144 xfs_dir3_leafn_moveents(args, blk2->bp, &hdr2, ents2, 0, in xfs_dir2_leafn_rebalance()
1155 xfs_dir3_leaf_log_header(args, blk2->bp); in xfs_dir2_leafn_rebalance()
1158 xfs_dir3_leaf_check(dp, blk2->bp); in xfs_dir2_leafn_rebalance()
1173 blk2->index = blk1->index - hdr1.count; in xfs_dir2_leafn_rebalance()
1179 if (blk2->index < 0) { in xfs_dir2_leafn_rebalance()
[all …]
A Dxfs_da_btree.c725 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/drivers/gpu/drm/
A Ddrm_panic_qr.rs637 let blk2 = self.offset - blocks * em.g1_blk_size; in next()
638 em.g1_blk_size * em.g1_blocks + blk2 * em.g2_blk_size + em.g2_blk_size - 1 in next()
/linux/fs/xfs/
A Dxfs_log_recover.c32 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument

Completed in 30 milliseconds