Searched refs:joffset (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c345 "(id = %u joffset=%jd active=%jd inactive=%jd)",
372 ("length=%jd used=%jd active=%jd inactive=%jd joffset=%jd",
766 g_journal_new_bio(off_t start, off_t end, off_t joffset, u_char *data, argument
773 bp->bio_joffset = joffset;
799 g_journal_insert(struct bio **head, off_t nstart, off_t nend, off_t joffset, argument
808 joffset);
838 nbp = g_journal_new_bio(nstart, nend, joffset, data,
871 cbp->bio_joffset = joffset;
886 joffset += cend - nstart;
901 nbp = g_journal_new_bio(nstart, cend, joffset, dat
1239 off_t joffset; local
1760 off_t joffset, offset; local
[all...]

Completed in 60 milliseconds