Home
last modified time | relevance | path

Searched defs:blk2 (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/arch/powerpc/lib/
Drheap.c614 rh_block_t *blk, *blk2; in rh_free() local
681 rh_block_t *blk, *blk2; in rh_set_owner() local
/linux-3.3/fs/xfs/
Dxfs_da_btree.c291 xfs_da_state_blk_t *blk2) in xfs_da_root_split()
462 xfs_da_state_blk_t *blk2) in xfs_da_node_rebalance()
Dxfs_attr_leaf.c1249 xfs_da_state_blk_t *blk2) in xfs_attr_leaf_rebalance()
1417 xfs_da_state_blk_t *blk2, in xfs_attr_leaf_figure_balance()
Dxfs_dir2_node.c736 xfs_da_state_blk_t *blk2) /* second btree block */ in xfs_dir2_leafn_rebalance()
Dxfs_log_priv.h69 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument