Searched refs:len2rd (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/geom/union/ |
H A D | g_union.c | 611 off_t len2rd, len2wt, savelen; in g_union_ctl_commit() local 705 if (!g_union_getmap(bp, sc, &len2rd)) { in g_union_ctl_commit() 707 bp->bio_offset += len2rd; in g_union_ctl_commit() 708 bp->bio_length -= len2rd; in g_union_ctl_commit() 713 for ( ; len2rd > 0; len2rd -= len2wt) { in g_union_ctl_commit() 715 len2wt = len2rd; in g_union_ctl_commit() 885 off_t rdlen, len2rd, offset; in g_union_doio() local 982 if (g_union_getmap(cbp, sc, &len2rd)) { in g_union_doio() 992 if (iocnt == 0 && rdlen == len2rd) { in g_union_doio() 995 "request to %s level.", len2rd, level); in g_union_doio() [all …]
|