Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/ufs/ffs/
HDfs.h779 #define JREC_SIZE 32 /* Record and segment header size. */ macro
861 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);
HDffs_softdep.c3063 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()
/freebsd-13-stable/sbin/fsck_ffs/
HDsuj.c2000 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()