Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dfs.h816 #define JREC_SIZE 32 /* Record and segment header size. */
898 CTASSERT(sizeof(struct jsegrec) == JREC_SIZE);
899 CTASSERT(sizeof(struct jrefrec) == JREC_SIZE);
900 CTASSERT(sizeof(struct jmvrec) == JREC_SIZE);
901 CTASSERT(sizeof(struct jblkrec) == JREC_SIZE);
902 CTASSERT(sizeof(struct jtrncrec) == JREC_SIZE);
903 CTASSERT(sizeof(union jrec) == JREC_SIZE);
815 #define JREC_SIZE global() macro
H A Dffs_softdep.c3068 avail = (ump->softdep_on_journal * JREC_SIZE) / DEV_BSIZE; in journal_space()
3652 jrecmin = (devbsize / JREC_SIZE) - 1; /* -1 for seg header */ in softdep_process_journal()
3763 off += JREC_SIZE; in softdep_process_journal()
3781 off += JREC_SIZE; in softdep_process_journal()
3819 off += JREC_SIZE; in softdep_process_journal()
/freebsd/sbin/fsck_ffs/
H A Dsuj.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()