Home
last modified time | relevance | path

Searched refs:hammer_xlate_to_undo (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sbin/hammer/
H A Dblockmap.c265 result_offset = hammer_xlate_to_undo(ondisk, zone_offset); in blockmap_lookup_save()
H A Dondisk.c482 xor = hammer_xlate_to_undo(ondisk, buf_offset) ^ in get_buffer_data()
/dragonfly/sys/vfs/hammer/
H A Dhammer_undo.c72 result_offset = hammer_xlate_to_undo(root_volume->ondisk, zone3_off); in hammer_undo_lookup()
H A Dhammer_disk.h827 #define hammer_xlate_to_undo(volume, zone3_offset) \ macro