Searched defs:blk2 (Results 1 – 4 of 4) sorted by relevance
1571 struct xfs_da_state_blk *blk2) in xfs_attr3_leaf_rebalance()1762 struct xfs_da_state_blk *blk2, in xfs_attr3_leaf_figure_balance()
542 struct xfs_da_state_blk *blk2) in xfs_da3_root_split()770 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance()
998 xfs_da_state_blk_t *blk2) /* second btree block */ in xfs_dir2_leafn_rebalance()
37 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument