Home
last modified time | relevance | path

Searched refs:hammer_is_index_record (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sbin/hammer/
H A Dblockmap.c141 assert(hammer_is_index_record(zone)); in alloc_blockmap()
258 if (hammer_is_index_record(zone)) { in blockmap_lookup_save()
275 if (hammer_is_index_record(zone) && in blockmap_lookup_save()
H A Dcmd_strip.c149 assert(hammer_is_index_record(zone)); in hammer_strip_bigblock()
H A Dcmd_blockmap.c583 hammer_is_index_record(layer2->zone)); in dump_collect()
H A Dondisk.c550 assert(hammer_is_index_record(zone)); in format_blockmap()
/dragonfly/sys/vfs/hammer/
H A Dhammer_disk.h271 #define hammer_is_index_record(zone) \ macro
276 hammer_is_index_record(HAMMER_ZONE_DECODE(offset))
281 hammer_is_index_record(zone))
H A Dhammer_blockmap.c103 KKASSERT(hammer_is_index_record(zone)); in hammer_blockmap_alloc()
431 KKASSERT(hammer_is_index_record(zone)); in hammer_blockmap_reserve()
799 KKASSERT(hammer_is_index_record(zone)); in hammer_blockmap_free()
933 KKASSERT(hammer_is_index_record(zone)); in hammer_blockmap_dedup()
1041 KKASSERT(hammer_is_index_record(zone)); in hammer_blockmap_finalize()
1158 KKASSERT(hammer_is_index_record(zone)); in hammer_blockmap_getfree()
H A Dhammer_ondisk.c686 if (hammer_is_index_record(zone)) { in hammer_get_buffer()
/dragonfly/sbin/newfs_hammer/
H A Dnewfs_hammer.c635 if (hammer_is_index_record(i)) in format_volume()