Searched defs:blk2 (Results 1 – 6 of 6) sorted by relevance
614 rh_block_t *blk, *blk2; in rh_free() local681 rh_block_t *blk, *blk2; in rh_set_owner() local
130 INT32 blk2 = 2; in AddPartitions() local
636 struct xfs_da_state_blk *blk2) in xfs_da3_root_split()863 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance()
1669 struct xfs_da_state_blk *blk2) in xfs_attr3_leaf_rebalance()1860 struct xfs_da_state_blk *blk2, in xfs_attr3_leaf_figure_balance()
1064 xfs_da_state_blk_t *blk2) /* second btree block */ in xfs_dir2_leafn_rebalance()
29 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument