Home
last modified time | relevance | path

Searched refs:hammer_xlate_to_zone2 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_blockmap.c290 base_off = hammer_xlate_to_zone2(next_offset & ~HAMMER_BIGBLOCK_MASK64); in hammer_blockmap_alloc()
568 base_off = hammer_xlate_to_zone2(next_offset & ~HAMMER_BIGBLOCK_MASK64); in hammer_blockmap_reserve()
869 base_off = hammer_xlate_to_zone2(zone_offset & in hammer_blockmap_free()
1251 result_offset = hammer_xlate_to_zone2(zone_offset); in hammer_blockmap_lookup_verify()
1288 base_off = hammer_xlate_to_zone2(zone_offset & in hammer_blockmap_lookup_verify()
H A Dhammer_disk.h319 #define hammer_xlate_to_zone2(offset) \ macro
H A Dhammer_ondisk.c671 hammer_xlate_to_zone2(buf_offset)); in hammer_get_buffer()
H A Dhammer.h1522 return hammer_xlate_to_zone2(zone_offset); in hammer_blockmap_lookup()
/dragonfly/sbin/hammer/
H A Dcmd_recover.c817 return(hammer_xlate_to_zone2(offset)); in scan_raw_limit()
905 b->phys_offset = hammer_xlate_to_zone2(offset); in add_bigblock_entry()
919 offset = hammer_xlate_to_zone2(offset); in get_bigblock_entry()
H A Dblockmap.c259 result_offset = hammer_xlate_to_zone2(zone_offset); in blockmap_lookup_save()