Home
last modified time | relevance | path

Searched refs:hammer_blockmap_layer1 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_disk.h419 typedef struct hammer_blockmap_layer1 { struct
429 offsetof(struct hammer_blockmap_layer1, layer1_crc) argument
456 ((int)(HAMMER_BIGBLOCK_SIZE / sizeof(struct hammer_blockmap_layer1)))
490 sizeof(struct hammer_blockmap_layer1))
/dragonfly/sbin/hammer/
H A Dcmd_blockmap.c458 struct hammer_blockmap_layer1 layer1; in collect_blockmap()
H A Dcmd_recover.c58 struct hammer_blockmap_layer1 layer1;
H A Dcmd_show.c588 struct hammer_blockmap_layer1 layer1; in print_bigblock_fill()
/dragonfly/sbin/newfs_hammer/
H A Dnewfs_hammer.c79 assert(sizeof(struct hammer_blockmap_layer1) == 32); in main()