Searched refs:DD_BLK_UNUSED (Results 1 – 11 of 11) sorted by relevance
338 if (offset != DD_BLK_UNUSED) { in vhd_print_logical_to_physical()346 printf("file offset: %s\n", (offset == DD_BLK_UNUSED ? in vhd_print_logical_to_physical()368 (offset == DD_BLK_UNUSED ? "not allocated" : in vhd_print_bat()410 if (vhd->bat.bat[cur] == DD_BLK_UNUSED) { in vhd_print_bitmap()455 if (vhd->bat.bat[blk] != DD_BLK_UNUSED) { in vhd_test_bitmap()462 if (vhd->bat.bat[blk] == DD_BLK_UNUSED) in vhd_test_bitmap()535 if (vhd->bat.bat[cur] == DD_BLK_UNUSED) { in vhd_print_data()
251 if (src_off == DD_BLK_UNUSED) in vhd_move_block()318 vhd->bat.bat[dest] = DD_BLK_UNUSED; in vhd_clobber_block()372 if (b->offset == DD_BLK_UNUSED) in vhd_defrag_shrink()380 vhd->bat.bat[free_list[j].block] = DD_BLK_UNUSED; in vhd_defrag_shrink()393 vhd->bat.bat[free_list[i].block] = DD_BLK_UNUSED; in vhd_defrag_shrink()507 if (blk != DD_BLK_UNUSED) { in vhd_dynamic_shrink()553 if (blk != DD_BLK_UNUSED) { in vhd_first_data_block()574 if (blk != DD_BLK_UNUSED) { in vhd_next_block_offset()836 new_bat.bat[i] = DD_BLK_UNUSED; in vhd_add_bat_entries()
62 if (vhd.bat.bat[i] != DD_BLK_UNUSED) in vhd_util_find_snapshot_target()
73 if (vhd->bat.bat[block] == DD_BLK_UNUSED) in vhd_util_coalesce_block()
561 if (off == DD_BLK_UNUSED) in vhd_util_check_bat()582 if (joff == DD_BLK_UNUSED) in vhd_util_check_bat()635 if (vhd->bat.bat[i] == DD_BLK_UNUSED) { in vhd_util_check_batmap()
692 if (blk != DD_BLK_UNUSED) { in vhd_end_of_data()1810 if (blk == DD_BLK_UNUSED) in vhd_read_bitmap()1859 if (blk == DD_BLK_UNUSED) in vhd_read_block()2156 if (blk == DD_BLK_UNUSED) in vhd_write_bitmap()2195 if (blk == DD_BLK_UNUSED) in vhd_write_block()2296 if (ctx->bat.bat[block] == DD_BLK_UNUSED) in vhd_offset()2297 *offset = DD_BLK_UNUSED; in vhd_offset()2760 ctx->bat.bat[i] = DD_BLK_UNUSED; in vhd_create_bat()3013 if (off == DD_BLK_UNUSED) { in __vhd_io_dynamic_read_link()3272 if (off == DD_BLK_UNUSED) { in __vhd_io_dynamic_write()
1366 if (blk == DD_BLK_UNUSED) in vhd_journal_add_block()
167 #define DD_BLK_UNUSED 0xFFFFFFFF macro
382 if (entry != DD_BLK_UNUSED && entry >= s->next_db) in find_next_free_block()585 if (bat_entry(s, i) != DD_BLK_UNUSED) in vhd_log_open()714 if (bat_entry(s, i) != DD_BLK_UNUSED) in vhd_log_close()1157 if (bat_entry(s, blk) == DD_BLK_UNUSED) { in read_bitmap_cache()1353 ASSERT(bat_entry(s, blk) == DD_BLK_UNUSED); in update_bat()1388 ASSERT(bat_entry(s, blk) == DD_BLK_UNUSED); in allocate_block()1463 ASSERT(offset != DD_BLK_UNUSED); in schedule_data_read()1565 ASSERT(offset != DD_BLK_UNUSED); in schedule_bitmap_read()1610 if (offset == DD_BLK_UNUSED) { in schedule_bitmap_write()1876 if (r && bat_entry(s, bm->blk) == DD_BLK_UNUSED) in start_new_bitmap_transaction()
408 while (s->cur < s->end && vhd1.bat.bat[blk] == DD_BLK_UNUSED) { in tapdisk_stream_enqueue1()
127 if (journal->vhd.bat.bat[i] == DD_BLK_UNUSED) in update_vhd()
Completed in 22 milliseconds