Searched refs:JREC_SIZE (Results 1 – 3 of 3) sorted by relevance
817 #define JREC_SIZE 32 /* Record and segment header size. */ macro899 CTASSERT(sizeof(struct jsegrec) == JREC_SIZE);900 CTASSERT(sizeof(struct jrefrec) == JREC_SIZE);901 CTASSERT(sizeof(struct jmvrec) == JREC_SIZE);902 CTASSERT(sizeof(struct jblkrec) == JREC_SIZE);903 CTASSERT(sizeof(struct jtrncrec) == JREC_SIZE);904 CTASSERT(sizeof(union jrec) == JREC_SIZE);
3072 avail = (ump->softdep_on_journal * JREC_SIZE) / DEV_BSIZE; in journal_space()3653 jrecmin = (devbsize / JREC_SIZE) - 1; /* -1 for seg header */ in softdep_process_journal()3764 off += JREC_SIZE; in softdep_process_journal()3782 off += JREC_SIZE; in softdep_process_journal()3820 off += JREC_SIZE; in softdep_process_journal()
2002 for (i = 0; i < seg->ss_rec.jsr_cnt; off += JREC_SIZE, rec++) { in suj_build()2527 ((float)jrecs / (float)(jbytes / JREC_SIZE)) * 100); in suj_check()