Home
last modified time | relevance | path

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

/freebsd/sys/geom/union/
H A Dg_union.c611 off_t len2rd, len2wt, savelen; in g_union_ctl_commit() local
713 for ( ; len2rd > 0; len2rd -= len2wt) { in g_union_ctl_commit()
715 len2wt = len2rd; in g_union_ctl_commit()
716 if (len2wt > MAXBSIZE) in g_union_ctl_commit()
717 len2wt = MAXBSIZE; in g_union_ctl_commit()
719 bp->bio_length = len2wt; in g_union_ctl_commit()
738 bp->bio_offset += len2wt; in g_union_ctl_commit()
739 bp->bio_length = savelen - len2wt; in g_union_ctl_commit()