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.c4150 unsigned int size_diff; in btrfs_truncate_item() local
4166 size_diff = old_size - new_size; in btrfs_truncate_item()
4180 btrfs_set_token_item_offset(&token, i, ioff + size_diff); in btrfs_truncate_item()
4185 memmove_leaf_data(leaf, data_end + size_diff, data_end, in btrfs_truncate_item()
4200 (unsigned long)fi - size_diff); in btrfs_truncate_item()
4211 memmove_leaf_data(leaf, data_end + size_diff, data_end, in btrfs_truncate_item()
4215 btrfs_set_disk_key_offset(&disk_key, offset + size_diff); in btrfs_truncate_item()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c6281 uint16_t size_diff, rsrc_ext_size; in lpfc_sli4_chk_avail_extnt_rsrc() local
6286 size_diff = 0; in lpfc_sli4_chk_avail_extnt_rsrc()
6314 size_diff++; in lpfc_sli4_chk_avail_extnt_rsrc()
6317 if (curr_ext_cnt != rsrc_ext_cnt || size_diff != 0) in lpfc_sli4_chk_avail_extnt_rsrc()