Searched refs:numsec (Results 1 – 1 of 1) sorted by relevance
| /src/sys/geom/union/ |
| H A D | g_union.c | 1081 off_t start, numsec; in g_union_setmap() local 1089 numsec = bp->bio_length / sc->sc_sectorsize; in g_union_setmap() 1090 KASSERT(start + numsec <= sc->sc_map_size, in g_union_setmap() 1091 ("g_union_setmap: block %jd is out of range", start + numsec)); in g_union_setmap() 1092 for ( ; numsec > 0; numsec--, start++) { in g_union_setmap() 1115 off_t start, numsec, leafresid, bitloc; in g_union_getmap() local 1125 numsec = bp->bio_length / sc->sc_sectorsize; in g_union_getmap() 1127 numsec, start); in g_union_getmap() 1128 KASSERT(start + numsec <= sc->sc_map_size, in g_union_getmap() 1129 ("g_union_getmap: block %jd is out of range", start + numsec)); in g_union_getmap() [all …]
|