Searched refs:JREC_SIZE (Results 1 – 3 of 3) sorted by relevance
779 #define JREC_SIZE 32 /* Record and segment header size. */ macro861 CTASSERT(sizeof(struct jsegrec) == JREC_SIZE);862 CTASSERT(sizeof(struct jrefrec) == JREC_SIZE);863 CTASSERT(sizeof(struct jmvrec) == JREC_SIZE);864 CTASSERT(sizeof(struct jblkrec) == JREC_SIZE);865 CTASSERT(sizeof(struct jtrncrec) == JREC_SIZE);866 CTASSERT(sizeof(union jrec) == JREC_SIZE);
3063 avail = (ump->softdep_on_journal * JREC_SIZE) / DEV_BSIZE; in journal_space()3647 jrecmin = (devbsize / JREC_SIZE) - 1; /* -1 for seg header */ in softdep_process_journal()3758 off += JREC_SIZE; in softdep_process_journal()3776 off += JREC_SIZE; in softdep_process_journal()3814 off += JREC_SIZE; in softdep_process_journal()
2000 for (i = 0; i < seg->ss_rec.jsr_cnt; off += JREC_SIZE, rec++) { in suj_build()2525 ((float)jrecs / (float)(jbytes / JREC_SIZE)) * 100); in suj_check()