Home
last modified time | relevance | path

Searched refs:bio_joffset (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/geom/journal/
H A Dg_journal.c781 bp->bio_joffset = joffset; in g_journal_new_bio()
879 cbp->bio_joffset = joffset; in g_journal_insert()
977 cbp->bio_joffset += nend - cstart; in g_journal_insert()
1010 (intmax_t)cbp->bio_joffset, cbp->bio_data); in g_journal_insert()
1106 cbp->bio_offset = bp->bio_joffset; in g_journal_read_first()
1142 bp->bio_joffset = 0; in g_journal_copy_send()
1277 fbp->bio_joffset = joffset; in g_journal_flush()
1311 bp->bio_joffset = ent->je_joffset; in g_journal_flush()
1391 bp->bio_offset = bp->bio_joffset; in g_journal_flush_send()
1392 bp->bio_joffset = 0; in g_journal_flush_send()
[all …]
H A Dg_journal.h85 #define bio_joffset bio_completed macro