Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fstyp/
H A Dhammer2_disk.h303 #define HAMMER2_VOLUME_ALIGN (8 * 1024 * 1024) macro
304 #define HAMMER2_VOLUME_ALIGN64 ((hammer2_off_t)HAMMER2_VOLUME_ALIGN)
305 #define HAMMER2_VOLUME_ALIGNMASK (HAMMER2_VOLUME_ALIGN - 1)
308 #define HAMMER2_NEWFS_ALIGN (HAMMER2_VOLUME_ALIGN)
309 #define HAMMER2_NEWFS_ALIGN64 ((hammer2_off_t)HAMMER2_VOLUME_ALIGN)
310 #define HAMMER2_NEWFS_ALIGNMASK (HAMMER2_VOLUME_ALIGN - 1)
455 #define HAMMER2_BOOT_MIN_BYTES HAMMER2_VOLUME_ALIGN
459 #define HAMMER2_REDO_MIN_BYTES HAMMER2_VOLUME_ALIGN