Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-image-locking.c78 BlockBackend *blk1, *blk2, *blk3; in test_image_locking_basic() local
119 BlockBackend *blk1, *blk2; in test_set_perm_abort() local
H A Dtest-throttle.c740 BlockBackend *blk1, *blk2, *blk3; in test_groups() local
/openbmc/linux/arch/powerpc/lib/
H A Drheap.c614 rh_block_t *blk, *blk2; in rh_free() local
681 rh_block_t *blk, *blk2; in rh_set_owner() local
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1719 struct xfs_da_state_blk *blk2) in xfs_attr3_leaf_rebalance()
1910 struct xfs_da_state_blk *blk2, in xfs_attr3_leaf_figure_balance()
H A Dxfs_da_btree.c651 struct xfs_da_state_blk *blk2) in xfs_da3_root_split()
878 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance()
H A Dxfs_dir2_node.c1064 xfs_da_state_blk_t *blk2) /* second btree block */ in xfs_dir2_leafn_rebalance()
/openbmc/qemu/
H A Dqemu-img.c1361 BlockBackend *blk1, *blk2; in img_compare() local
5080 BlockBackend *blk1 = NULL, *blk2 = NULL; in img_dd() local
/openbmc/linux/fs/xfs/
H A Dxfs_log_recover.c32 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument