Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer_recover.c523 hammer_off_t ext_bytes; in hammer_recover_stage2() local
619 ext_bytes = first_offset - ext_offset; in hammer_recover_stage2()
622 ext_bytes = (rootmap->alloc_offset - ext_offset) + in hammer_recover_stage2()
625 ext_bytes = -(ext_offset - first_offset); in hammer_recover_stage2()
633 ext_bytes = -((rootmap->alloc_offset - first_offset) + in hammer_recover_stage2()
637 ext_bytes = -(ext_offset - first_offset); in hammer_recover_stage2()
640 ext_bytes = first_offset - ext_offset; in hammer_recover_stage2()
650 (intmax_t)ext_bytes); in hammer_recover_stage2()
682 (intmax_t)ext_bytes); in hammer_recover_stage2()
690 bytes += ext_bytes; in hammer_recover_stage2()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c3671 int64_t used, ext_bytes; in wb_set_offset() local
3706 ext_bytes = off - iso9660->wbuff_tail; in wb_set_offset()
3709 while (ext_bytes >= (int64_t)iso9660->wbuff_remaining) { in wb_set_offset()
3713 ext_bytes -= iso9660->wbuff_remaining; in wb_set_offset()
3715 if (ext_bytes > 0) { in wb_set_offset()
3716 if (write_null(a, (size_t)ext_bytes) != ARCHIVE_OK) in wb_set_offset()