Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h678 #define JREC_SIZE 32 /* Record and segment header size. */ macro
761 CTASSERT(sizeof(struct jsegrec) == JREC_SIZE);
762 CTASSERT(sizeof(struct jrefrec) == JREC_SIZE);
763 CTASSERT(sizeof(struct jmvrec) == JREC_SIZE);
764 CTASSERT(sizeof(struct jblkrec) == JREC_SIZE);
765 CTASSERT(sizeof(struct jtrncrec) == JREC_SIZE);
766 CTASSERT(sizeof(union jrec) == JREC_SIZE);