Searched refs:first_offset (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/vfs/hammer/ |
| HD | hammer_recover.c | 215 hammer_off_t first_offset; in hammer_recover_stage1() local 225 first_offset = rootmap->first_offset; in hammer_recover_stage1() 232 if (first_offset > rootmap->alloc_offset || in hammer_recover_stage1() 237 (intmax_t)first_offset, in hammer_recover_stage1() 257 scan_offset = first_offset; in hammer_recover_stage1() 292 scan_offset = first_offset; in hammer_recover_stage1() 351 (intmax_t)first_offset, in hammer_recover_stage1() 364 if (last_offset >= first_offset) { in hammer_recover_stage1() 365 bytes = last_offset - first_offset; in hammer_recover_stage1() 367 bytes = rootmap->alloc_offset - first_offset + in hammer_recover_stage1() [all …]
|
| HD | hammer_flusher.c | 741 if (dundomap->first_offset != cundomap->first_offset || in hammer_flusher_finalize() 744 dundomap->first_offset = cundomap->first_offset; in hammer_flusher_finalize() 835 if (cundomap->first_offset != save_undo_next_offset) { in hammer_flusher_finalize() 836 cundomap->first_offset = save_undo_next_offset; in hammer_flusher_finalize() 838 } else if (cundomap->first_offset != cundomap->next_offset) { in hammer_flusher_finalize()
|
| HD | hammer_undo.c | 368 undomap->first_offset = next_offset; in hammer_upgrade_undo_4() 372 undomap->first_offset = next_offset; in hammer_upgrade_undo_4() 489 if (dundomap->first_offset <= cundomap->next_offset) { in hammer_undo_used() 490 bytes = cundomap->next_offset - dundomap->first_offset; in hammer_undo_used() 492 bytes = cundomap->alloc_offset - dundomap->first_offset + in hammer_undo_used()
|
| HD | hammer_disk.h | 387 hammer_off_t first_offset; /* zone-X offset only used by zone-3 */ member
|
| /dragonfly/sbin/hammer/ |
| HD | ondisk.c | 557 blockmap->first_offset = zone_base; in format_blockmap() 594 blockmap->first_offset = 0; in format_freemap() 787 blockmap->first_offset = HAMMER_ENCODE_UNDO(0); in format_undomap() 788 blockmap->next_offset = blockmap->first_offset; in format_undomap() 807 scan = blockmap->first_offset; in format_undomap() 889 if (blockmap->first_offset <= blockmap->next_offset) in print_blockmap() 890 used = blockmap->next_offset - blockmap->first_offset; in print_blockmap() 892 used = blockmap->alloc_offset - blockmap->first_offset + in print_blockmap() 904 (uintmax_t)blockmap->first_offset, in print_blockmap()
|
| HD | cmd_show.c | 1090 if (scan_offset == rootmap->first_offset) in hammer_cmd_show_undo()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | fileread.cc | 646 off_t first_offset = rm[start].file_offset; in do_readv() local 647 off_t last_offset = first_offset; in do_readv() 678 if (::lseek(this->descriptor_, base + first_offset, SEEK_SET) < 0) in do_readv() 690 got, want, static_cast<long long>(base + first_offset)); in do_readv()
|
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | fileread.cc | 646 off_t first_offset = rm[start].file_offset; in do_readv() local 647 off_t last_offset = first_offset; in do_readv() 678 if (::lseek(this->descriptor_, base + first_offset, SEEK_SET) < 0) in do_readv() 690 got, want, static_cast<long long>(base + first_offset)); in do_readv()
|