Home
last modified time | relevance | path

Searched refs:size_diff (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D27431 size_diff = size_long - size_short variable
63 iotests.qemu_io_log('-c', 'read -P 0 %d %d' % (size_short, size_diff), top)
68 '-c', 'alloc %d %d' % (size_short, size_diff),
72 '-c', 'alloc %d %d' % (size_short, size_diff),
76 '-c', 'alloc %d %d' % (size_short, size_diff),
93 iotests.qemu_io_log('-c', 'read -P 0 %d %d' % (size_short, size_diff), mid)
104 iotests.qemu_io_log('-c', 'read -P 0 %d %d' % (size_short, size_diff), mid)
117 iotests.qemu_io_log('-c', 'read -P 0 %d %d' % (size_short, size_diff), mid)
125 iotests.qemu_io_log('-c', 'read -P 0 %d %d' % (size_short, size_diff), base)
138 iotests.qemu_io_log('-c', 'read -P 0 %d %d' % (size_short, size_diff), base)
/openbmc/linux/fs/btrfs/
H A Dctree.c4179 unsigned int size_diff; in btrfs_truncate_item() local
4195 size_diff = old_size - new_size; in btrfs_truncate_item()
4209 btrfs_set_token_item_offset(&token, i, ioff + size_diff); in btrfs_truncate_item()
4214 memmove_leaf_data(leaf, data_end + size_diff, data_end, in btrfs_truncate_item()
4229 (unsigned long)fi - size_diff); in btrfs_truncate_item()
4240 memmove_leaf_data(leaf, data_end + size_diff, data_end, in btrfs_truncate_item()
4244 btrfs_set_disk_key_offset(&disk_key, offset + size_diff); in btrfs_truncate_item()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c6294 uint16_t size_diff, rsrc_ext_size; in lpfc_sli4_chk_avail_extnt_rsrc() local
6299 size_diff = 0; in lpfc_sli4_chk_avail_extnt_rsrc()
6327 size_diff++; in lpfc_sli4_chk_avail_extnt_rsrc()
6330 if (curr_ext_cnt != rsrc_ext_cnt || size_diff != 0) in lpfc_sli4_chk_avail_extnt_rsrc()