Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/fstyp/
H A Dhammer2_disk.h265 #define HAMMER2_VOLUME_ALIGN (8 * 1024 * 1024) macro
266 #define HAMMER2_VOLUME_ALIGN64 ((hammer2_off_t)HAMMER2_VOLUME_ALIGN)
267 #define HAMMER2_VOLUME_ALIGNMASK (HAMMER2_VOLUME_ALIGN - 1)
270 #define HAMMER2_NEWFS_ALIGN (HAMMER2_VOLUME_ALIGN)
271 #define HAMMER2_NEWFS_ALIGN64 ((hammer2_off_t)HAMMER2_VOLUME_ALIGN)
272 #define HAMMER2_NEWFS_ALIGNMASK (HAMMER2_VOLUME_ALIGN - 1)
417 #define HAMMER2_BOOT_MIN_BYTES HAMMER2_VOLUME_ALIGN
421 #define HAMMER2_AUX_MIN_BYTES HAMMER2_VOLUME_ALIGN