Home
last modified time | relevance | path

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

/src/sys/geom/union/
H A Dg_union.c613 off_t len2rd, len2wt, savelen; in g_union_ctl_commit() local
715 for ( ; len2rd > 0; len2rd -= len2wt) { in g_union_ctl_commit()
717 len2wt = len2rd; in g_union_ctl_commit()
718 if (len2wt > MAXBSIZE) in g_union_ctl_commit()
719 len2wt = MAXBSIZE; in g_union_ctl_commit()
721 bp->bio_length = len2wt; in g_union_ctl_commit()
740 bp->bio_offset += len2wt; in g_union_ctl_commit()
741 bp->bio_length = savelen - len2wt; in g_union_ctl_commit()