Home
last modified time | relevance | path

Searched refs:orig_map (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D06677 orig_map=$($QEMU_IMG map --output=json "$TEST_IMG")
98 if [ "$new_map" = "$orig_map" ]; then
103 echo "$orig_map"
146 orig_map=$($QEMU_IMG map --output=json "$TEST_IMG")
176 if [ "$new_map" = "$orig_map" ]; then
181 echo "$orig_map"
/openbmc/linux/fs/ext4/
H A Dinode.c514 struct ext4_map_blocks orig_map; in ext4_map_blocks() local
516 memcpy(&orig_map, map, sizeof(*map)); in ext4_map_blocks()
560 &orig_map, flags); in ext4_map_blocks()
1727 struct ext4_map_blocks orig_map; in ext4_da_map_blocks() local
1729 memcpy(&orig_map, map, sizeof(*map)); in ext4_da_map_blocks()
1769 ext4_map_blocks_es_recheck(NULL, inode, map, &orig_map, 0); in ext4_da_map_blocks()