Home
last modified time | relevance | path

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

/freebsd-src/usr.sbin/fstyp/
H A Dhammer2_disk.h301 #define HAMMER2_VOLUME_ALIGN (8 * 1024 * 1024) macro
302 #define HAMMER2_VOLUME_ALIGN64 ((hammer2_off_t)HAMMER2_VOLUME_ALIGN)
303 #define HAMMER2_VOLUME_ALIGNMASK (HAMMER2_VOLUME_ALIGN - 1)
306 #define HAMMER2_NEWFS_ALIGN (HAMMER2_VOLUME_ALIGN)
307 #define HAMMER2_NEWFS_ALIGN64 ((hammer2_off_t)HAMMER2_VOLUME_ALIGN)
308 #define HAMMER2_NEWFS_ALIGNMASK (HAMMER2_VOLUME_ALIGN - 1)
453 #define HAMMER2_BOOT_MIN_BYTES HAMMER2_VOLUME_ALIGN
457 #define HAMMER2_REDO_MIN_BYTES HAMMER2_VOLUME_ALIGN