Home
last modified time | relevance | path

Searched defs:blk1 (Results 1 – 9 of 9) 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/u-boot/test/dm/
H A Dblk.c18 struct udevice *blk1, *blk3, *dev; in dm_test_blk_base() local
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1714 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_rebalance()
1904 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_figure_balance()
H A Dxfs_da_btree.c650 struct xfs_da_state_blk *blk1, in xfs_da3_root_split()
877 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance()
H A Dxfs_dir2_node.c1063 xfs_da_state_blk_t *blk1, /* first btree block */ in xfs_dir2_leafn_rebalance()
/openbmc/qemu/hw/char/
H A Dipoctal232.c183 SCC2698Block *blk1 = &dev->blk[block^1]; in update_irq() local
/openbmc/qemu/
H A Dqemu-img.c1365 BlockBackend *blk1, *blk2; in img_compare() local
5084 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